Skip to content

Commit 006cc46

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 006cc46

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
112112
- Clean up and rebuild `@osd/pm` ([#3570](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3570))
113113
- [Vega] Add Filter custom label for opensearchDashboardsAddFilter ([#3640](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3640))
114114
- [Timeline] Fix y-axis label color in dark mode ([#3698](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3698))
115+
- [BUG] Docked navigation impacts visibility of bottom bar component ([#3804](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3804))
115116

116117
### 🚞 Infrastructure
117118

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)