added z-index to post editor options dropdown (#10536)
This commit is contained in:
parent
8c19d5d407
commit
b592ab6c83
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ export const Options = ({
|
|||
moreConfigShowing &&
|
||||
'inline-block bottom-100 left-2 s:left-0 right-2 s:left-auto'
|
||||
}
|
||||
style={{ zIndex: 100 }}
|
||||
>
|
||||
<h3 className="mb-6">Post options</h3>
|
||||
<div className="crayons-field mb-6">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue