Compare commits

...

2 Commits

Author SHA1 Message Date
1e07cba8c1
fix: set overflow-auto to submissions_list table
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-24 19:38:03 +08:00
17fe5e3513
Revert "feat: reset global font-size"
This reverts commit 831dcdf651.
2022-09-24 19:33:45 +08:00
2 changed files with 1 additions and 5 deletions

View File

@ -119,7 +119,7 @@ d-inline-block
'judge_time_hidden' => '',
'table_config' => (isset($REQUIRE_LIB['bootstrap5'])
? array(
'div_classes' => array('card', 'mb-3'),
'div_classes' => array('card', 'mb-3', 'overflow-auto'),
'table_classes' => array('table', 'mb-0', 'uoj-table', 'text-center')
)
: array()

View File

@ -1,9 +1,5 @@
/* S2OJ Bootstrap 5 Theme */
:root {
font-size: 14px;
}
body {
overflow-y: scroll;
}