2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +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:
18alantom 2022-07-18 23:10:20 +05:30
parent c88908de9a
commit b47347c26a

View File

@ -11,7 +11,6 @@
items-center
justify-center
h-row-mid
relative
"
>
<!-- Index or Remove button -->
@ -53,8 +52,8 @@
<!-- Error Display -->
<div
class="text-xs text-red-600 pl-2 col-span-full absolute"
style="bottom: 0px"
class="text-xs text-red-600 pl-2 col-span-full relative"
style="bottom: 0.75rem; height: 0px"
v-if="hasErrors"
>
{{ getErrorString() }}