mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +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
|
||||
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() }}
|
||||
|
Loading…
Reference in New Issue
Block a user