silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
719 stars 820 forks source link

Any field using react-select has menu z-index issue when above a HTMLEditorField #11095

Closed pink-php closed 6 months ago

pink-php commented 6 months ago

Affected Version

5.1

Description

The react-select menu's z-index is too low causing it to disappear when placed directly above a HTMLEditorField.

tree-dropdown-issue

I've added the following to my cms.css file as a temporary fix:

.treedropdownfield__menu {
    z-index:3;
}

Setting z-index to anything below 3 did not fix the issue.

Affected fields

PRs

christopherdarling commented 6 months ago

Basically the same issue as I reported the other day on tagfield https://github.com/silverstripe/silverstripe-tagfield/issues/270 could well affect some other dropdown like UI's

emteknetnz commented 6 months ago

Linked PRs have been merged, new releases of admin and cms modules will be automatically tagged shortly