Hide horizontal overflow at layout level
This commit is contained in:
parent
13f9b8b532
commit
5f83ee6813
|
@ -123,6 +123,7 @@
|
|||
align-items: stretch;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.nav-wrapper {
|
||||
|
|
Loading…
Reference in New Issue