mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +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-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>
|
||||
</template>
|
||||
|
||||
|
@ -22,13 +22,6 @@
|
||||
</keep-alive>
|
||||
</router-view>
|
||||
</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>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user