[v5] .bottom-bar-space
not shown if only the history button is enabled
#1093
Labels
.bottom-bar-space
not shown if only the history button is enabled
#1093
Steps to reproduce
Expected behavior
The scroll area should end just above the history button / bottom bar. The new tab button, if enabled, should stack up above the bottom bar.
Actual behavior
The scroll area extends to the bottom of the sidebar. Either the new tab button (if enabled) or the tab list (if not) is visible through/behind the history button.
Additional notes
It appears that the tabs panel only checks for the first two buttons' preferences when deciding whether to display
.bottom-bar-space
:sidebery/src/sidebar/components/panel.tabs.vue
Line 39 in 9d5143b
Assuming that's actually what's causing the problem, either
Settings.state.subPanelHistory
needs to be included in that test, orsidebar.vue
should pass thebottomBar
boolean it's already (correctly) calculating into the panel as a prop so it can be reused here.Debug info
Addon data
Logs: N/A as far as I can tell. Nothing seems to be generated at the moment I turn off the other two buttons.
The text was updated successfully, but these errors were encountered: