mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Extra scrollbars on macOS safari
This commit is contained in:
parent
1e5f8d5d24
commit
b570e8ab67
@ -41,3 +41,9 @@
|
|||||||
#pywebio-scope-schedulers {
|
#pywebio-scope-schedulers {
|
||||||
grid-auto-flow: row;
|
grid-auto-flow: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pywebio-scope-running,
|
||||||
|
#pywebio-scope-pending,
|
||||||
|
#pywebio-scope-waiting {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
@ -20,6 +20,13 @@
|
|||||||
overflow-y: auto;
|
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 {
|
#pywebio-scope-_daemon {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: row;
|
grid-auto-flow: row;
|
||||||
|
|||||||
@ -344,17 +344,16 @@ pre.rich-traceback-code {
|
|||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pywebio-scope-scheduler-bar,
|
|
||||||
#pywebio-scope-log-bar,
|
|
||||||
#pywebio-scope-log,
|
|
||||||
#pywebio-scope-running,
|
#pywebio-scope-running,
|
||||||
#pywebio-scope-pending,
|
#pywebio-scope-pending,
|
||||||
#pywebio-scope-waiting,
|
#pywebio-scope-waiting,
|
||||||
|
#pywebio-scope-scheduler-bar,
|
||||||
|
#pywebio-scope-log-bar,
|
||||||
|
#pywebio-scope-log,
|
||||||
#pywebio-scope-daemon-overview #pywebio-scope-groups {
|
#pywebio-scope-daemon-overview #pywebio-scope-groups {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin: 0.3125rem;
|
margin: 0.3125rem;
|
||||||
padding: 0.625rem;
|
padding: 0.625rem;
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pywebio-scope-scheduler-bar,
|
#pywebio-scope-scheduler-bar,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user