mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
* 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>
9 lines
231 B
SCSS
9 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;
|
|
}
|