From bedb8dccec52c4e2865c842b3cb294f0133b32a5 Mon Sep 17 00:00:00 2001 From: Asaf Shen Date: Sat, 11 Jan 2025 11:26:05 +0200 Subject: [PATCH] overflow auto --- src/components/login/login.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/login/login.css b/src/components/login/login.css index bf99428..5cdc64f 100644 --- a/src/components/login/login.css +++ b/src/components/login/login.css @@ -29,7 +29,7 @@ } .login-container { max-height: 400px; /* can also be height, but max-height is more accurate */ - overflow-y: scroll; + overflow-y: auto; background: #ffffff; backdrop-filter: blur(4.5px);