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 { .maximize-toggle {
position: absolute; position: absolute;
right: 50px; right: 55px;
top: 20px; top: 20px;
cursor: pointer; cursor: pointer;
&:hover { &:hover {

View File

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