2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

fix: css calc

This commit is contained in:
18alantom 2022-02-03 17:02:21 +05:30
parent f2dd7ff67e
commit 6bfbbca747

View File

@ -20,7 +20,7 @@
<div
id="toast-container"
class="absolute bottom-0 flex flex-col items-center mb-3"
style="width: calc(100% - 12rem)"
style="width: calc(100% - 11rem)"
>
<div id="toast-target" />
</div>