maikdevries/Orbit

Dropdown partially covered by sidebar

Closed this issue · 1 comments

Describe the bug
Any dropdown which is close to the sidebar will be covered by the sidebar.

Steps to reproduce

  1. Go to the dashboard and then 'Streamer Shoutout'
  2. 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.

Screenshots
image

Additional context
This is likely due to the z-index not behaving properly when overflow is specified.

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.