Skip to content

Fix dropdown items being unclickable from backdrop

Eric Eastwood requested to merge 2582-fix-dropdown-backdrop-covering-items into develop

Fix dropdown items being unclickable from backdrop

Fix #2582 (closed)

Updated to put the backdrop within the body element which makes things behave a lot more predictably. The backdrop ends up being created before the dropdown so it's sorted before and makes it even slightly better.

Tested in Firefox and Chrome.

Before After
Edited by Eric Eastwood

Merge request reports