2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 11:29:03 +00:00

fix: shift toast to App, items-end 😑

- toast breaks in setup
This commit is contained in:
18alantom 2022-02-16 16:07:09 +05:30
parent a6616c5c33
commit 6088569915
2 changed files with 7 additions and 7 deletions

View File

@ -18,6 +18,13 @@
@setup-complete="setupComplete" @setup-complete="setupComplete"
@setup-canceled="setupCanceled" @setup-canceled="setupCanceled"
/> />
<div
id="toast-container"
class="absolute bottom-0 flex flex-col items-end mb-3 pr-6"
style="width: 100%"
>
<div id="toast-target" />
</div>
</div> </div>
</template> </template>

View File

@ -22,13 +22,6 @@
</keep-alive> </keep-alive>
</router-view> </router-view>
</div> </div>
<div
id="toast-container"
class="absolute bottom-0 flex flex-col items-center mb-3"
style="width: calc(100% - 12rem)"
>
<div id="toast-target" />
</div>
</div> </div>
</div> </div>
</template> </template>