2
0

fix: Prevent mobile navbar from overscrolling (#35074)

This commit is contained in:
diondiondion
2025-06-18 13:55:16 +02:00
committed by GitHub
parent b1fe35d7d2
commit 102a7635d6
2 changed files with 15 additions and 4 deletions

View File

@@ -96,6 +96,7 @@ $media-modal-media-max-width: 100%;
$media-modal-media-max-height: 80%;
$no-gap-breakpoint: 1175px;
$mobile-menu-breakpoint: 760px;
$mobile-breakpoint: 630px;
$no-columns-breakpoint: 600px;