Skip to content

Commit

Permalink
Make the ui input modal full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Nov 12, 2024
1 parent 3d1ee2a commit 609f695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion envergo/static/sass/project_haie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,14 @@ div#app {

dialog#hedge-input-modal {
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
overscroll-behavior: contain;
overflow: hidden;
border: none;
filter: drop-shadow(var(--lifted-shadow));
margin: 0;
padding: 0;
}

div#statistics {
Expand Down

0 comments on commit 609f695

Please sign in to comment.