Fix UI glitch in bookmark-content

fixes #2030

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-08-16 16:52:19 +02:00
parent 8a0269103e
commit 7fb1a6a9ce
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export default {
right: max( min(27vw, 500px), 300px); /* side bar */
bottom: 0;
background: var(--color-main-background);
z-index: 1999;
z-index: 1499;
display: flex;
overflow: scroll;
flex-direction: column;