1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00

Fix layout navigation not scrolling when required

This commit is contained in:
Andrew Kingston 2021-11-29 09:05:46 +00:00
parent 785ff45240
commit b44772b136

View file

@ -313,6 +313,9 @@
height: 100%;
overflow: auto;
}
.desktop.layout--left .links {
overflow-y: auto;
}
.desktop .nav--left {
width: 250px;
@ -379,6 +382,7 @@
justify-content: flex-start;
align-items: stretch;
padding: var(--spacing-xl);
overflow-y: auto;
}
.mobile .link {
width: calc(100% - 30px);