Skip to content

Commit

Permalink
Fix bottom notification bar width (#3336)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Myssak <[email protected]>
Signed-off-by: Sergey Myssak <[email protected]>
  • Loading branch information
SergeyMyssak and andreymyssak committed Apr 7, 2023
1 parent eb49f7f commit c1b3700
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@
.osdBody--mgtAdvancedSettingsHasBottomBar .mgtPage__body {
padding-bottom: $euiSizeXL * 2;
}

.euiBody--hasFlyout .euiBottomBar {
left: 320px !important;
}

0 comments on commit c1b3700

Please sign in to comment.