mirror of
https://github.com/frappe/books.git
synced 2025-02-02 12:08:27 +00:00
fix: select field stacking context issue
This commit is contained in:
parent
0d2854557a
commit
2d59655bd0
@ -5,7 +5,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
relative
|
|
||||||
flex
|
flex
|
||||||
items-center
|
items-center
|
||||||
justify-between
|
justify-between
|
||||||
@ -38,7 +37,7 @@
|
|||||||
</select>
|
</select>
|
||||||
<svg
|
<svg
|
||||||
class="w-3 h-3"
|
class="w-3 h-3"
|
||||||
style="background: inherit; z-index: 1; transform: translateX(3px)"
|
style="background: inherit; margin-right: -3px"
|
||||||
viewBox="0 0 5 10"
|
viewBox="0 0 5 10"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user