1
0
Fork 0
mirror of synced 2024-07-16 11:45:47 +12:00

Hide horizontal overflow at layout level

This commit is contained in:
Andrew Kingston 2021-06-24 12:15:22 +01:00
parent 77cd7ea338
commit d4f344aa14

View file

@ -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 {