Skip to content

Commit 7a9c4f7

Browse files
authored
[Fix] UI - overflow of quests container when logged out in overlay (#1152)
* fix overflow of quests container when logged out in overlay * update to use min height 0
1 parent 2f302c2 commit 7a9c4f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frontend/components/UI/QuestsViewer/index.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
align-items: stretch;
1212
flex: 1;
1313
max-height: 100%;
14+
min-height: 0px;
1415
}
1516

1617
.detailsWrapper {

0 commit comments

Comments
 (0)