Remove max-height from sidebar when mobile (#33481)

This commit is contained in:
Madelena Mak 2024-06-30 09:37:01 -04:00 committed by GitHub
parent 7de5cd86d5
commit d69ba5a735
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,8 @@
@media only screen and (max-width: $lap-end) { @media only screen and (max-width: $lap-end) {
#sidebar { #sidebar {
max-height: fit-content;
.grid { .grid {
position: initial; position: initial;
width: 100%; width: 100%;