mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
fix note button z-index issue
This commit is contained in:
@ -218,7 +218,7 @@
|
||||
<div class="mb-6">
|
||||
<sw-popup
|
||||
ref="notePopup"
|
||||
class="text-sm font-semibold leading-5 text-primary-400"
|
||||
class="text-sm font-semibold leading-5 text-primary-400 z-5"
|
||||
>
|
||||
<div slot="activator" class="float-right mt-1">
|
||||
+ {{ $t('general.insert_note') }}
|
||||
|
||||
@ -211,7 +211,7 @@
|
||||
<div class="mb-6">
|
||||
<sw-popup
|
||||
ref="notePopup"
|
||||
class="text-sm font-semibold leading-5 text-primary-400"
|
||||
class="text-sm font-semibold leading-5 z-5 text-primary-400"
|
||||
>
|
||||
<div slot="activator" class="float-right mt-1">
|
||||
+ {{ $t('general.insert_note') }}
|
||||
|
||||
Reference in New Issue
Block a user