maybe fix overflow?
This commit is contained in:
parent
fa4ca908d5
commit
a6f2f94755
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@
|
|||
.page-content, .card.layout-card {
|
||||
width: var(--cards-length);
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.navigation-buttons {
|
||||
|
|
Reference in a new issue