Dropdown CSS fix on /new view (#12078)
* tooltips 1.0.1 * tooltips 1.0.1 * fix
This commit is contained in:
parent
000e1fed2f
commit
1c4e54a25d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export const Options = ({
|
|||
<Dropdown
|
||||
className={
|
||||
moreConfigShowing &&
|
||||
'inline-block bottom-100 left-2 s:left-0 right-2 s:left-auto'
|
||||
'inline-block bottom-2 s:bottom-100 left-2 s:left-0 right-2 s:left-auto'
|
||||
}
|
||||
style={{ zIndex: 100 }}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue