1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Hide horizontal overflow at layout level

This commit is contained in:
Andrew Kingston 2021-06-24 12:15:22 +01:00
parent 13f9b8b532
commit 5f83ee6813

View file

@ -123,6 +123,7 @@
align-items: stretch;
height: 100%;
overflow: auto;
overflow-x: hidden;
}
.nav-wrapper {