Skip to content

Commit c72ef2a

Browse files
committed
Fix to make the Library respect the body min-height.
Signed-off-by: Grant Skinner <[email protected]>
1 parent 5710a1e commit c72ef2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scss/views/libView.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
}
99

1010
.lib {
11-
position: absolute;
12-
bottom: 0;
13-
top: 3rem;
11+
position: relative;
12+
@include calc("height", "100% - #{$top-h-pad}");
13+
top: 0;
1414

1515
width: $lib-width;
1616
background: $lib-bg;

0 commit comments

Comments
 (0)