Switch media body element overflow-x hidden to scroll
This commit is contained in:
parent
8167303e98
commit
5597234794
4
main.css
4
main.css
@ -3,7 +3,7 @@
|
|||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
|
|
||||||
/* Version: 11.1.0-alpha.4 */
|
/* Version: 11.1.0-alpha.5 */
|
||||||
|
|
||||||
|
|
||||||
/* Body */
|
/* Body */
|
||||||
@ -251,7 +251,7 @@ strong {
|
|||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-x: hidden;
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user