Skip to content

Commit 6562772

Browse files
Update custom-head.blade.php
fix Adminpanel
1 parent 5178de4 commit 6562772

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extra/custom-head.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
@keyframes transitionAnimation {
7373
0% {
7474
opacity: 0;
75-
transform: translateY(-10px);
75+
top: -10px;
7676
}
7777
100% {
7878
opacity: 1;
79-
transform: translateY(0);
79+
top: 0px;
8080
}
8181
}
8282
@@ -97,4 +97,4 @@
9797
transform: translateY(-2000px);
9898
}
9999
}
100-
</style>
100+
</style>

0 commit comments

Comments
 (0)