compressed longer search sections

This commit is contained in:
Daniel
2018-02-23 22:38:03 -05:00
parent 3d95330905
commit e3654b0850
3 changed files with 38 additions and 38 deletions

View File

@@ -19,8 +19,7 @@
color: inherit;
background: transparent;
}
/*pass window height (w/o scroll bars) down to react app, note can't use vh because that
includes scroll bars and mobile browser footer, etc so doesn't give viewable area*/
/*pass window height (w/o scroll bars) down to react app, note can't use vh because that includes scroll bars and mobile browser footer, etc so doesn't give viewable area*/
html, body { height: 100%; }
html { background-color:#494949; }
#root { min-height: 100%; }