Skip to content

Commit

Permalink
[Fix] UI - overflow of quests container when logged out in overlay (#…
Browse files Browse the repository at this point in the history
…1152)

* fix overflow of quests container when logged out in overlay

* update to use min height 0
  • Loading branch information
BrettCleary authored Nov 16, 2024
1 parent 2f302c2 commit 7a9c4f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/components/UI/QuestsViewer/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
align-items: stretch;
flex: 1;
max-height: 100%;
min-height: 0px;
}

.detailsWrapper {
Expand Down

0 comments on commit 7a9c4f7

Please sign in to comment.