Fixed a bug with styling of the error dialog

This commit is contained in:
David Carley
2021-03-06 15:34:44 -08:00
parent 1f8a743f65
commit b7e47f03ac
3 changed files with 12 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
//-/////////////////////////////////////////////////////////////////////////////
script#message-template(type="text/x-template")
.modal-mask(v-if="show")
.modal-mask(v-if="show", :class="class")
.modal-wrapper
.modal-container
.modal-header