Skip to content

Commit 8c018fe

Browse files
committed
added breakpoint for mobile height responsiveness
1 parent d74ab89 commit 8c018fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/index/scss/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ $users-background-color: #000;
258258
// Main background
259259
&-background {
260260
background-color: $todo-page-background-color;
261+
height: initial;
261262
@media (min-width: 992px) {
262263
height: -webkit-fill-available;
263264
height: -moz-available;

0 commit comments

Comments
 (0)