kill unintended transition into overview mode
This commit is contained in:
parent
abf402d044
commit
2cfe1174f1
2 changed files with 0 additions and 3 deletions
|
@ -290,8 +290,6 @@ body {
|
|||
overflow: visible;
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
-webkit-transition: -webkit-perspective 0.4s ease;
|
||||
transition: perspective 0.4s ease;
|
||||
-webkit-perspective: 600px;
|
||||
perspective: 600px;
|
||||
-webkit-perspective-origin: 50% 40%;
|
||||
|
|
|
@ -368,7 +368,6 @@ body {
|
|||
overflow: visible;
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
transition: perspective .4s ease;
|
||||
perspective: 600px;
|
||||
perspective-origin: 50% 40%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue