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