Skip to content

Commit c1b3700

Browse files
Fix bottom notification bar width (opensearch-project#3336)
Co-authored-by: Andrey Myssak <andreymyssak@gmail.com> Signed-off-by: Sergey Myssak <sergey.myssak@gmail.com>
1 parent eb49f7f commit c1b3700

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plugins/advanced_settings/public/management_app/_advanced_settings.scss

+4
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@
8080
.osdBody--mgtAdvancedSettingsHasBottomBar .mgtPage__body {
8181
padding-bottom: $euiSizeXL * 2;
8282
}
83+
84+
.euiBody--hasFlyout .euiBottomBar {
85+
left: 320px !important;
86+
}

0 commit comments

Comments
 (0)