Skip to content

Commit 6eb0aa6

Browse files
committed
Add screen height
1 parent 9b29f7d commit 6eb0aa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/apps/review/src/lib/components/Scorecard/ScorecardAttachments/ScorecardAttachments.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import '@libs/ui/styles/includes';
22

3+
.container {
4+
min-height: calc($content-height - 250px);
5+
}
6+
37
.tableCell {
48
vertical-align: middle;
59
}

0 commit comments

Comments
 (0)