fix(timesheet): fix issue where expense dropdown for type select fades in background behind dialog

This commit is contained in:
Nic D 2026-01-22 13:10:12 -05:00
parent 13ed243d6e
commit c20fbe4282
2 changed files with 3 additions and 1 deletions

View File

@ -147,6 +147,7 @@
color="accent"
bg-color="white"
label-color="accent"
class="text-primary"
debounce="300"
:label="$t('shared.label.search')"
>

View File

@ -140,7 +140,8 @@
:menu-offset="[0, 10]"
menu-anchor="bottom middle"
menu-self="top middle"
popup-content-class="text-uppercase text-weight-bold text-center rounded-5"
popup-content-class="text-uppercase text-weight-bold text-center rounded-5 z-top"
options-selected-class="text-weight-bolder text-white bg-accent"
popup-content-style="border: 2px solid var(--q-accent)"
:rules="[rules.typeRequired]"
@update:model-value="option => expenses_store.current_expense.type = option.value"