mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
incrase max modal height
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user