Skip to content

Commit

Permalink
fix(ui): adjust height of main to fit in container
Browse files Browse the repository at this point in the history
Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
  • Loading branch information
ernolf committed Oct 26, 2024
1 parent 55b5469 commit f355c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ main {
padding-right: 50px;
background-color: transparent; /* transparent, since color comes from outer container */
color: var(--color-main-text);
max-height: calc(100dvh - 44px);
max-height: calc(100dvh - 54px);
overflow-y: auto;
box-sizing: border-box;
word-break: break-word;
Expand Down

0 comments on commit f355c52

Please sign in to comment.