incrase max modal height

This commit is contained in:
Ben Haynes
2020-09-10 13:16:40 -04:00
parent 5da7249376
commit fa28e6b628

View File

@@ -109,7 +109,7 @@ body {
width: calc(100% - 16px);
max-width: var(--v-modal-max-width);
height: calc(100% - 16px);
max-height: 760px;
max-height: 800px;
background-color: var(--background-page);
border-radius: 4px;