kill unintended transition into overview mode
This commit is contained in:
parent
abf402d044
commit
2cfe1174f1
@ -290,8 +290,6 @@ body {
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-transition: -webkit-perspective 0.4s ease;
|
|
||||||
transition: perspective 0.4s ease;
|
|
||||||
-webkit-perspective: 600px;
|
-webkit-perspective: 600px;
|
||||||
perspective: 600px;
|
perspective: 600px;
|
||||||
-webkit-perspective-origin: 50% 40%;
|
-webkit-perspective-origin: 50% 40%;
|
||||||
|
@ -368,7 +368,6 @@ body {
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: perspective .4s ease;
|
|
||||||
perspective: 600px;
|
perspective: 600px;
|
||||||
perspective-origin: 50% 40%;
|
perspective-origin: 50% 40%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user