From 8f8b74b32c6dff5101cca0878c92926df5c4a569 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 14 Apr 2023 15:15:21 +0100 Subject: [PATCH] Fix overflow on auth pages (#10605) --- res/css/views/auth/_AuthPage.pcss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/auth/_AuthPage.pcss b/res/css/views/auth/_AuthPage.pcss index b1399444df..a9ed7fadd4 100644 --- a/res/css/views/auth/_AuthPage.pcss +++ b/res/css/views/auth/_AuthPage.pcss @@ -20,6 +20,8 @@ limitations under the License. display: flex; flex-direction: column; background-color: $authpage-bg-color; + height: 100vh; + overflow: auto; } .mx_AuthPage_modal {