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 */
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
/* Version: 11.1.0-alpha.4 */
|
||||
/* Version: 11.1.0-alpha.5 */
|
||||
|
||||
|
||||
/* Body */
|
||||
@ -251,7 +251,7 @@ strong {
|
||||
padding-top: 80px;
|
||||
margin: 15px;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
Loading…
x
Reference in New Issue
Block a user