Fix:Show toasts below appbar & toolbar #819

This commit is contained in:
advplyr 2022-07-12 16:11:23 -05:00
parent 2b91bff1af
commit 21e704e12c
3 changed files with 34 additions and 1 deletions

View file

@ -5,5 +5,10 @@
</template>
<script>
export default {}
export default {
mounted() {
document.body.classList.remove('app-bar', 'app-bar-and-toolbar')
document.body.classList.add('no-bars')
}
}
</script>