From 326a1a9056f1a573a584f76e7e2cd130410a0183 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 12 Oct 2022 18:14:27 +0100 Subject: [PATCH] Make ErrorView & CompatibilityView scrollable (#23468) --- res/css/structures/ErrorView.pcss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/res/css/structures/ErrorView.pcss b/res/css/structures/ErrorView.pcss index dae392951f..9c1b2bac7d 100644 --- a/res/css/structures/ErrorView.pcss +++ b/res/css/structures/ErrorView.pcss @@ -36,10 +36,12 @@ limitations under the License. "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - width: 100%; - min-height: 100%; - height: auto; color: #000; + width: 100%; + height: 100%; + overflow: auto; + padding: 0 20px; + box-sizing: border-box; .mx_ErrorView_container { max-width: 680px;