Merge pull request 'fix(timesheet): fix issue where expense dropdown for type select fades in background behind dialog' (#60) from dev/nicolas/staging-prep into main
Reviewed-on: Targo/targo_frontend#60
This commit is contained in:
commit
0dfe895b5a
|
|
@ -147,6 +147,7 @@
|
|||
color="accent"
|
||||
bg-color="white"
|
||||
label-color="accent"
|
||||
class="text-primary"
|
||||
debounce="300"
|
||||
:label="$t('shared.label.search')"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user