mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix(ui): dirty ugly hack to display error
- needs to be done without `relative` on the container - cause else popup get's messed up
This commit is contained in:
parent
c88908de9a
commit
b47347c26a
@ -11,7 +11,6 @@
|
|||||||
items-center
|
items-center
|
||||||
justify-center
|
justify-center
|
||||||
h-row-mid
|
h-row-mid
|
||||||
relative
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<!-- Index or Remove button -->
|
<!-- Index or Remove button -->
|
||||||
@ -53,8 +52,8 @@
|
|||||||
|
|
||||||
<!-- Error Display -->
|
<!-- Error Display -->
|
||||||
<div
|
<div
|
||||||
class="text-xs text-red-600 pl-2 col-span-full absolute"
|
class="text-xs text-red-600 pl-2 col-span-full relative"
|
||||||
style="bottom: 0px"
|
style="bottom: 0.75rem; height: 0px"
|
||||||
v-if="hasErrors"
|
v-if="hasErrors"
|
||||||
>
|
>
|
||||||
{{ getErrorString() }}
|
{{ getErrorString() }}
|
||||||
|
Loading…
Reference in New Issue
Block a user