Skip to content

Commit ae72fba

Browse files
Update skeleton-auto.css
fix admin panel
1 parent 0cbbd9a commit ae72fba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skeleton-auto.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ body {
9191
@keyframes transitionAnimation {
9292
0% {
9393
opacity: 0;
94-
transform: translateY(-10px);
94+
top: -10px;
9595
}
9696
100% {
9797
opacity: 1;
98-
transform: translateY(0);
98+
top: 0px;
9999
}
100100
}
101101

@@ -260,4 +260,4 @@ right: 15px;
260260

261261
.credit-txt-clr{
262262
color: #FFF !important;
263-
}
263+
}

0 commit comments

Comments
 (0)