Skip to content

Commit

Permalink
Merge pull request #25 from uvapl/hotfix/term-height
Browse files Browse the repository at this point in the history
Adjust styling such that the term is always within viewport
  • Loading branch information
stgm authored Aug 28, 2024
2 parents 84b6c39 + 521fc30 commit 5d69ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/css/include/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ body {
.layout-outer-container {
width: 100%;
height: 100%;
overflow: hidden;
}

.layout-outer-container {
Expand Down
1 change: 1 addition & 0 deletions static/css/include/goldenlayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.lm_goldenlayout,
.lm_goldenlayout > div {
min-width: 100% !important;
height: 100% !important;
}

.lm_header .lm_tab {
Expand Down

0 comments on commit 5d69ceb

Please sign in to comment.