1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Fix: Extra scrollbars on macOS safari

This commit is contained in:
18870
2022-08-08 18:23:54 +08:00
parent 1e5f8d5d24
commit b570e8ab67
3 changed files with 16 additions and 4 deletions

View File

@@ -20,6 +20,13 @@
overflow-y: auto;
}
#pywebio-scope-scheduler-bar,
#pywebio-scope-log-bar,
#pywebio-scope-log,
#pywebio-scope-daemon-overview #pywebio-scope-groups {
overflow-y: auto;
}
#pywebio-scope-_daemon {
display: grid;
grid-auto-flow: row;