Skip to content

Commit ea3c84e

Browse files
authored
Merge pull request #175 from Chia-Chi-Shen/fix/navbar
fix: search section is truncated
2 parents 19c962e + f588251 commit ea3c84e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Static/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
}
7474

7575
@media (max-width: 575.98px) {
76+
#navbarCollapse {
77+
max-height: 80vh;
78+
overflow-y: auto;
79+
}
80+
7681
.carousel-caption {
7782
padding-bottom: 0 !important;
7883
}

0 commit comments

Comments
 (0)