Skip to content

Commit

Permalink
fix(MENDEL-7408): reduce Sidebar max-height from 200px to 150px on sm…
Browse files Browse the repository at this point in the history
… and below
  • Loading branch information
Ryan Walters committed Nov 23, 2020
1 parent 4618a24 commit 800e5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MediaOverlay/Sidebar/Sidebar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@include media-breakpoint-down(sm) {
bottom: 0;
left: 0;
max-height: 200px;
max-height: 150px;
position: fixed;
width: 100%;
}
Expand Down

0 comments on commit 800e5b5

Please sign in to comment.