1
0
Fork 0

scrollbar

This commit is contained in:
Malte Jürgens 2022-12-19 18:44:56 +01:00
parent f68551f3e2
commit f3bbabe8e1
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -7,6 +7,7 @@ body {
height: 100vh !important;
padding-top: 0 !important;
overflow-y: hidden !important;
overflow-x: scroll;
}
.grid {
@ -16,7 +17,7 @@ body {
display: flex;
justify-content: left;
width: fit-content !important;
overflow-y: hidden;
overflow-y: hidden !important;
}
.module {