Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
give the slide in panel a min width
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan committed Nov 15, 2018
1 parent 2b89a15 commit 1f848ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stylesheets/_slide_in_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
.slide-in-panel__container {
position: fixed;
max-width: 100%;
min-width: $min-window-width;
height: 100%;
top: 0;
right: 0;
Expand Down

0 comments on commit 1f848ee

Please sign in to comment.