scrollbar
This commit is contained in:
parent
1237861afb
commit
5ae441f292
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue