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