Skip to content

Commit

Permalink
Constrain desktop message height to viewport (#3891)
Browse files Browse the repository at this point in the history
- Fixes #3792
  • Loading branch information
oodarluz authored Jan 7, 2025
1 parent e9fd103 commit 8bd5d35
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions desktop/appcontainer/Message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@
.xh-message .xh-form-field {
margin: 0;
}

.xh-message {
max-height: 90vh;
.bp5-dialog-body {
overflow-y: auto;
}
}

0 comments on commit 8bd5d35

Please sign in to comment.