Skip to content

Commit 11c1647

Browse files
Update skeleton-auto.css
Fix Adminpanek
1 parent 878dbf7 commit 11c1647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skeleton-auto.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@
9292
@keyframes transitionAnimation {
9393
0% {
9494
opacity: 0;
95-
transform: translateY(-10px);
95+
top: -10px;
9696
}
9797
100% {
9898
opacity: 1;
99-
transform: translateY(0);
99+
top: 0px;
100100
}
101101
}
102102

0 commit comments

Comments
 (0)