Merge pull request #1772 from chakflying/fix/mobile-monitor-list

Fix: Fix monitor list layout on mobile
This commit is contained in:
Louis Lam
2022-06-15 15:50:04 +08:00
committed by GitHub
4 changed files with 34 additions and 8 deletions

View File

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