Fix scroll-to-top button

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-03-14 01:05:20 +06:00
parent d12de5b2c9
commit 08960862b4
6 changed files with 48 additions and 20 deletions

View file

@ -44,14 +44,3 @@
/* iPhone 5 or before */
@media only screen and (max-width: 320px) {
}
/* Back to top */
.backtop {
color: #b3b1b1;
position: fixed;
right: 16px;
bottom: 16px;
width: 32px;
height: 32px;
z-index: 999998;
}