Fix improperly positioned sticky element
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
@keyframes intro {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, -25px, 0)
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: translate3d(0, 0, 0)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user