mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
1d1e0b5f5f
* fixed style for sidebar * changes file * Reduce minimum width of body-wrap to prevent right sidebar from overflowing min app width of 1200px Co-authored-by: Noah Talerman <noahtal@umich.edu>
10 lines
231 B
SCSS
10 lines
231 B
SCSS
.secondary-side-panel-container {
|
|
background-color: $core-white;
|
|
box-sizing: border-box;
|
|
border-left: 1px solid $ui-gray;
|
|
overflow: auto;
|
|
min-width: $sidepanel-width;
|
|
width: $sidepanel-width;
|
|
padding: $pad-xxlarge;
|
|
}
|