fix(table view): make sure popup does not overlap
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-01-26 21:22:51 +01:00
parent e3cae0ed7f
commit 3c1041902e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ onClickOutside(popup, () => {
overflow: hidden;
position: absolute;
top: 1rem;
z-index: 100;
&.is-open {
opacity: 1;