File tree 2 files changed +5
-0
lines changed
src/plugins/advanced_settings/public/management_app
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
115
115
- Clean up and rebuild ` @osd/pm ` ([ #3570 ] ( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3570 ) )
116
116
- [ Vega] Add Filter custom label for opensearchDashboardsAddFilter ([ #3640 ] ( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3640 ) )
117
117
- [ Timeline] Fix y-axis label color in dark mode ([ #3698 ] ( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3698 ) )
118
+ - [ BUG] Docked navigation impacts visibility of bottom bar component ([ #3804 ] ( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3804 ) )
118
119
119
120
### 🚞 Infrastructure
120
121
Original file line number Diff line number Diff line change 80
80
.osdBody--mgtAdvancedSettingsHasBottomBar .mgtPage__body {
81
81
padding-bottom : $euiSizeXL * 2 ;
82
82
}
83
+
84
+ .euiBody--hasFlyout .euiBottomBar {
85
+ left : 320px !important ;
86
+ }
You can’t perform that action at this time.
0 commit comments