Skip to content

Commit dacfbfb

Browse files
Update skeleton-auto.css
fix admin panel
1 parent c6d0ba6 commit dacfbfb

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
@@ -81,11 +81,11 @@
8181
@keyframes transitionAnimation {
8282
0% {
8383
opacity: 0;
84-
transform: translateY(-10px);
84+
top: -10px;
8585
}
8686
100% {
8787
opacity: 1;
88-
transform: translateY(0);
88+
top: 0;
8989
}
9090
}
9191

0 commit comments

Comments
 (0)