Skip to content

Commit

Permalink
bump up max height of dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Sep 10, 2024
1 parent 629b43a commit 7bade27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/public/plugins/jsoneditor/size-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
width:100%;
}
.swal2-content{
max-height: 80vh;
max-height: 90vh;
overflow: auto;
}
@media only screen and (max-width: 600px) {
Expand Down
2 changes: 1 addition & 1 deletion src/public/plugins/resources-editor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const HEIGHT = '80vh';
const HEIGHT = '90vh';

export var ResourcesEditor = function({
app,
Expand Down

0 comments on commit 7bade27

Please sign in to comment.