Skip to content

Commit

Permalink
Akmal / fix position drawer background (#7178)
Browse files Browse the repository at this point in the history
* fix: position drawer background

* fix: sidebar width for empty list
  • Loading branch information
akmal-deriv committed Jan 20, 2023
1 parent aaca77c commit 6ea7c91
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ $header-height: 3.6em;
$MARGIN_TOP: #{$POSITIONS_DRAWER_MARGIN * 2};
$MARGIN_BOTTOM: #{$POSITIONS_DRAWER_MARGIN * 2};

min-width: $POSITIONS_DRAWER_WIDTH;
max-width: 260px;
width: auto;
width: 240px;
height: calc(100vh - #{$HEADER_HEIGHT} - #{$FOOTER_HEIGHT} - #{$MARGIN_TOP} - #{$MARGIN_BOTTOM});
margin-top: #{$MARGIN_TOP};
position: fixed;
Expand Down

0 comments on commit 6ea7c91

Please sign in to comment.