scrollbar
This commit is contained in:
parent
f68551f3e2
commit
f3bbabe8e1
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ body {
|
||||||
height: 100vh !important;
|
height: 100vh !important;
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
overflow-y: hidden !important;
|
overflow-y: hidden !important;
|
||||||
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
|
|
@ -16,7 +17,7 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
width: fit-content !important;
|
width: fit-content !important;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.module {
|
.module {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue