diff --git a/static/css/login.css b/static/css/login.css index 43910ba..fcc6658 100644 --- a/static/css/login.css +++ b/static/css/login.css @@ -26,16 +26,19 @@ body { } .app { + overflow-y: scroll; position: absolute; top: 50%; left: 50%; - transform: translate(-50%, calc(-50% - 60px)); + transform: translate(-50%, calc(-50% - 80px)); background-color: #181926; border-radius: 12px; width: calc(100dvw - 40px); max-width: 500px; + max-height: calc(100dvh - 100px); height: fit-content; padding: 10px; + margin: 50px; } .app > h1 {