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;
|
||||
position: absolute;
|
||||
top: 1rem;
|
||||
z-index: 100;
|
||||
|
||||
&.is-open {
|
||||
opacity: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user