diff --git a/src/app/(payload)/admin-theme.css b/src/app/(payload)/admin-theme.css index 77bce9a..40f2dfb 100644 --- a/src/app/(payload)/admin-theme.css +++ b/src/app/(payload)/admin-theme.css @@ -177,6 +177,24 @@ html[data-theme] .tabs-field__tab-button--active { color: #fff8f0; } +html[data-theme] .rs__menu, +html[data-theme] .rs__menu-portal, +html[data-theme] .react-select__menu, +html[data-theme] .react-select__menu-portal, +html[data-theme] [class*='rs__menu'], +html[data-theme] [class*='react-select__menu'] { + z-index: 9999 !important; +} + +html[data-theme] .popup--active, +html[data-theme] .drawer, +html[data-theme] .collection-edit, +html[data-theme] .document-fields, +html[data-theme] .render-fields, +html[data-theme] .field-type { + overflow: visible; +} + html[data-theme] .doc-controls { position: sticky; top: 20px;