Skip to content

Commit

Permalink
fix: content height after removing tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 19, 2025
1 parent 7280f87 commit 17ec23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ body {
flex: 1;

display: grid;
grid-template-rows: auto 1fr;
grid-template-rows: 1fr;

> .tab-content {
overflow-y: hidden;
Expand Down

0 comments on commit 17ec23a

Please sign in to comment.