mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 06:21:13 +08:00
Merge pull request #1772 from chakflying/fix/mobile-monitor-list
Fix: Fix monitor list layout on mobile
This commit is contained in:
@@ -382,6 +382,12 @@ optgroup {
|
||||
overflow-y: auto;
|
||||
height: calc(100% - 65px);
|
||||
}
|
||||
|
||||
@media (max-width: 770px) {
|
||||
&.scrollbar {
|
||||
height: calc(100% - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
.item {
|
||||
display: block;
|
||||
|
Reference in New Issue
Block a user