Skip to content

Commit 8c24316

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/index/scss/style.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,8 @@ $users-background-color: #000;
258258
// Main background
259259
&-background {
260260
background-color: $todo-page-background-color;
261-
height: initial;
262261
@media (min-width: 992px) {
263262
height: -webkit-fill-available;
264-
height: -moz-available;
265263
}
266264
}
267265

0 commit comments

Comments
 (0)