Dropdown partially covered by sidebar
Closed this issue · 1 comments
maikdevries commented
Describe the bug
Any dropdown which is close to the sidebar will be covered by the sidebar.
Steps to reproduce
- Go to the dashboard and then 'Streamer Shoutout'
- Do not have any roles for either option and open the role picker
Expected behaviour
The dropdown should either move over such that it is not partially covered by the sidebar or it should go on top of the sidebar.
Additional context
This is likely due to the z-index
not behaving properly when overflow
is specified.
maikdevries commented
This bug is not by any means fixable in a way that preserves the current looks and behaviour. It is part of the CSS spec and will likely never change for the better - therefore the option to make the dropdown smaller has been chosen.