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