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:
parent
a6616c5c33
commit
6088569915
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user