mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-15 12:50:04 +01:00
Removed scroll to top on mobile devices (#1852)
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
This commit is contained in:
@@ -172,8 +172,8 @@ body > .container-fluid {
|
||||
|
||||
#move-up {
|
||||
position: fixed;
|
||||
bottom: 50px;
|
||||
right: 40px;
|
||||
bottom: 30px;
|
||||
right: 20px;
|
||||
z-index: 550;
|
||||
display: none;
|
||||
background:transparent;
|
||||
@@ -181,11 +181,17 @@ body > .container-fluid {
|
||||
}
|
||||
|
||||
#move-up i {
|
||||
font-size:60px;
|
||||
font-size:50px;
|
||||
opacity:0.7;
|
||||
color:#BABABA;
|
||||
}
|
||||
|
||||
@media (max-width: 768px), (max-height 700px) {
|
||||
#move-up {
|
||||
display: none !important; /* !important is used to override the jQuery style */
|
||||
}
|
||||
}
|
||||
|
||||
.btn-circle{
|
||||
min-width: 80px;
|
||||
min-height: 80px;
|
||||
|
||||
Reference in New Issue
Block a user