Skip to content

Commit 20d6331

Browse files
committed
fix(default-layout): missing min-height for .ng-scroll-content
1 parent 9ddd927 commit 20d6331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/layout/default-layout/default-layout.component.scss

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
.ng-scroll-content {
1212
display: flex;
13+
min-height: 100%;
1314
}
1415

1516
//.sidebar-nav {

0 commit comments

Comments
 (0)