mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
fixed stickers scroll
This commit is contained in:
parent
bc5892120f
commit
738f69fff4
4 changed files with 11 additions and 4 deletions
|
@ -60,6 +60,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.panel button.undo-button {
|
||||
@media (max-width: 420px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.panel {
|
||||
position: fixed;
|
||||
left: 10px;
|
||||
|
@ -267,7 +272,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: $micro_breakpoint) {
|
||||
@media (max-width: 350px) {
|
||||
bottom: 68px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue