Skip to content

Commit 33d10d2

Browse files
Fix for admin bar
1 parent 5062b4f commit 33d10d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extra/custom-head.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
@keyframes transitionAnimation {
101101
0% {
102102
opacity: 0;
103-
transform: translateY(-10px);
103+
top: -10px;
104104
}
105105
100% {
106106
opacity: 1;
107-
transform: translateY(0);
107+
top: 0px;
108108
}
109109
}
110110
@keyframes animate {
@@ -123,4 +123,4 @@
123123
transform: translateY(-2000px);
124124
}
125125
}
126-
</style>
126+
</style>

0 commit comments

Comments
 (0)