Skip to content

Commit

Permalink
Fixes GH-193
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed Oct 21, 2023
1 parent 8bc6a3a commit 36994f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,3 +725,4 @@ See https://github.com/Daveiano/weewx-wdc/compare/v3.2.0...11eed6b3#diff-ba225fb
- Bugfix: Fixed encoding issue when using special chars in oridinate labels
- Added `show_min_max` configuration to gauges config, added ordinal display for windDir gauge min/max
- Only show 3 decimals for the geocode provided by weewx-forecast GH-191
- Make sidebar scrollable (if there are too many items) GH-193
3 changes: 3 additions & 0 deletions skins/weewx-wdc/src/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ bx-header ~ bx-side-nav {

bx-side-nav {
z-index: 1400;
bx-side-nav-items {
overflow-y: auto;
}
@include carbon--breakpoint-down(lg) {
z-index: 1600;
}
Expand Down

0 comments on commit 36994f8

Please sign in to comment.