Add CSS body automatic overflow.
This commit is contained in:
parent
b4db7c8de2
commit
80a964fcd8
3
inf.css
3
inf.css
@ -3,7 +3,7 @@
|
|||||||
/* Copyright 2022-2023 Jake Winters */
|
/* Copyright 2022-2023 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||||
|
|
||||||
/* Version: 9.2.3.32 */
|
/* Version: 9.2.4.33 */
|
||||||
|
|
||||||
|
|
||||||
/* Body */
|
/* Body */
|
||||||
@ -173,6 +173,7 @@ table, th, td {
|
|||||||
background-color: #909090;
|
background-color: #909090;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar div {
|
.sidebar div {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user