Skip to content

Commit

Permalink
fix: right pane overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissium committed Oct 3, 2023
1 parent d688512 commit f51ea81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/DesktopApp.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ input {
width: 30%;
border: 1px solid #ccc;
overflow: scroll;
height: 96vh;
}

.controls {
Expand Down
4 changes: 4 additions & 0 deletions client/src/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,8 @@ audio {
#history-size-edit-button,
#suggestions-size-edit-button {
display: inline-block;
}

.dictionaries {
overflow-y: scroll;
}

0 comments on commit f51ea81

Please sign in to comment.