Skip to content

Commit 6c05ac0

Browse files
author
Paweł Marynowski
committed
fix(styles): change container height
1 parent 2472b52 commit 6c05ac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/_general.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ md-content {
2323
}
2424

2525
.container {
26-
height: calc(100vh - 64px);
26+
min-height: calc(100vh - 64px);
2727

2828
ui-view, ui-view > * {
2929
width: 100%;

0 commit comments

Comments
 (0)