Fix navbar dropdown disappearing behind notes
This commit is contained in:
parent
8453f6ee53
commit
ae1bcf4746
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ function onSelectRepo(id: string) {
|
||||||
<div
|
<div
|
||||||
v-if="open"
|
v-if="open"
|
||||||
ref="floating"
|
ref="floating"
|
||||||
class="absolute left-0 top-0 w-fit min-w-48 overflow-auto rounded-md bg-neutral-800 font-light"
|
class="absolute left-0 top-0 z-10 w-fit min-w-48 overflow-auto rounded-md bg-neutral-800 font-light"
|
||||||
style="scrollbar-gutter: stable"
|
style="scrollbar-gutter: stable"
|
||||||
:style="floatingStyles"
|
:style="floatingStyles"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue