Skip to content

Commit 409f9fa

Browse files
authored
Merge pull request #178 from Chia-Chi-Shen/fix/navbar
fix: navbar truncated in 200% zoom
2 parents 7e48d95 + 392ee1f commit 409f9fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
@media (max-width: 575.98px) {
7676
#navbarCollapse {
77-
max-height: 80vh;
77+
max-height: 45vh;
7878
overflow-y: auto;
7979
}
8080

0 commit comments

Comments
 (0)