Register scroll

This commit is contained in:
2024-10-05 16:58:34 +02:00
parent bd57db2b8c
commit dcc01d2a99

View File

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