From 9243358f9bc96bbf85e0ac227094e0572d88f082 Mon Sep 17 00:00:00 2001 From: Asaf Shen Date: Sat, 11 Jan 2025 11:23:09 +0200 Subject: [PATCH] use max height --- src/components/login/login.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/login/login.css b/src/components/login/login.css index 3deaba0..bf99428 100644 --- a/src/components/login/login.css +++ b/src/components/login/login.css @@ -28,8 +28,9 @@ color: #121217; } .login-container { - height: 400px; + max-height: 400px; /* can also be height, but max-height is more accurate */ overflow-y: scroll; + background: #ffffff; backdrop-filter: blur(4.5px); border-radius: 15px;