Register scroll
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user