Skip to content

Commit 55df16d

Browse files
committed
Fixed max-height issue
1 parent 93b0a17 commit 55df16d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/styles/components/_overlay.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
display: flex;
2525
flex-wrap: wrap;
2626
flex-flow: column;
27+
max-height: 80%;
2728
max-width: 80%;
2829
position: relative;
2930
padding-bottom: #{math.div(12, $base-font-size)}rem;
@@ -36,6 +37,10 @@
3637
}
3738
}
3839

40+
.overlay__body:has(.collection-create){
41+
max-height: none;
42+
}
43+
3944
.overlay__header {
4045
display: flex;
4146
justify-content: space-between;

0 commit comments

Comments
 (0)