mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-19 01:59:31 -07:00
switch from css zoom to transform-scale
This commit is contained in:
@@ -95,8 +95,9 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.autocomplete-suggestions {
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #000000;
|
||||
@@ -284,6 +285,7 @@ body {
|
||||
height: 480px;
|
||||
overflow: hidden;
|
||||
background-image: url(../images/BackGround1_1.png);
|
||||
transform-origin: 0 0;
|
||||
|
||||
}
|
||||
|
||||
@@ -291,6 +293,7 @@ body {
|
||||
background-image: none;
|
||||
width: unset;
|
||||
height: unset;
|
||||
transform-origin: unset;
|
||||
}
|
||||
|
||||
#loading {
|
||||
@@ -373,7 +376,7 @@ body {
|
||||
}
|
||||
|
||||
#divTwcBottom img {
|
||||
zoom: 75%;
|
||||
transform: scale(0.75);
|
||||
}
|
||||
|
||||
#divTwc:fullscreen {
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
.map {
|
||||
position: absolute;
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
.location {
|
||||
|
||||
Reference in New Issue
Block a user