fix: raise admin select menus above form fields
This commit is contained in:
@@ -177,6 +177,24 @@ html[data-theme] .tabs-field__tab-button--active {
|
|||||||
color: #fff8f0;
|
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 {
|
html[data-theme] .doc-controls {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user