Switch media body element overflow-x hidden to scroll

This commit is contained in:
inference 2023-11-14 14:47:12 +00:00
parent 8167303e98
commit 5597234794
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -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 {