1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +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;
height: 100%;
overflow: auto;
overflow-x: hidden;
}
.nav-wrapper {