1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 12:41:30 +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

@@ -40,4 +40,10 @@
#pywebio-scope-schedulers {
grid-auto-flow: row;
}
#pywebio-scope-running,
#pywebio-scope-pending,
#pywebio-scope-waiting {
overflow-y: auto;
}