Fix: misc. layout fix on mobile

This commit is contained in:
Nelson Chan
2022-06-14 22:43:44 +08:00
parent 0bd1c42080
commit 62acd2edb1
4 changed files with 34 additions and 8 deletions

View File

@@ -363,6 +363,12 @@ textarea.form-control {
overflow-y: auto;
height: calc(100% - 65px);
}
@media (max-width: 770px) {
&.scrollbar {
height: calc(100% - 40px);
}
}
.item {
display: block;