My bad
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
.scroll-up{
|
||||
position: fixed;
|
||||
bottom: 10%;
|
||||
right: 2%;
|
||||
z-index: 1;
|
||||
opacity: 0;
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
.hide{
|
||||
opacity: 0;
|
||||
transform: translateY(20px);
|
||||
}
|
||||
.show{
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
Reference in New Issue
Block a user