fix(table view): make sure popup does not overlap
This commit is contained in:
parent
e3cae0ed7f
commit
3c1041902e
@ -53,6 +53,7 @@ onClickOutside(popup, () => {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
|
z-index: 100;
|
||||||
|
|
||||||
&.is-open {
|
&.is-open {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user