reference modal defaults to maximized

others don't
This commit is contained in:
nicfreeman1209 2021-02-10 19:55:45 +00:00
parent a7cdbf34e3
commit 97ac46c1fb
2 changed files with 4 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export default {
}
.maximize-toggle {
position: absolute;
right: 50px;
right: 55px;
top: 20px;
cursor: pointer;
&:hover {

View File

@ -56,6 +56,9 @@ export default {
components: {
Modal
},
mounted: function() {
this.$children[0].isMaximized = true;
},
computed: {
rolesGrouped: function() {
const rolesGrouped = {};