fixed stickers scroll

This commit is contained in:
Fedor Katurov 2021-08-14 09:27:30 +07:00
parent bc5892120f
commit 738f69fff4
4 changed files with 11 additions and 4 deletions

View file

@ -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;
}
}