web/PopoverContainer: fix popover z-index
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

This commit is contained in:
wukko 2025-01-08 17:55:50 +06:00
parent a6069f406f
commit 4b5fd1cda0
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -39,6 +39,7 @@
padding: var(--padding);
gap: 6px;
top: 6px;
z-index: 2;
opacity: 0;
transform: scale(0);