let the position to be static

This commit is contained in:
MrOtherGuy 2019-06-01 00:17:51 +03:00
parent 8247e931fd
commit 03d99edf6d

View file

@ -3,7 +3,6 @@
#PersonalToolbar{ #PersonalToolbar{
margin-bottom: -22px; margin-bottom: -22px;
transform: rotateX(90deg); transform: rotateX(90deg);
position: relative;
transform-origin: top; transform-origin: top;
transition: transform 135ms linear 48ms !important; transition: transform 135ms linear 48ms !important;
} }