This commit is contained in:
Kyle Spearrin 2018-01-20 23:47:47 -05:00
parent d90d26dcb6
commit b6143508aa
2 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,7 @@
</div>
<div id="categories">
<div class="header">
Search Bar
Filters
</div>
<div class="content">
<div>Something</div><div>Something</div><div>Something</div>

View File

@ -17,8 +17,7 @@ html, body {
padding: 0;
height: 100%;
background-color: gray;
overflow-x: hidden;
overflow-y: hidden;
overflow: hidden;
font-family: Arial;
font-size: 14px;
color: #000;
@ -99,7 +98,7 @@ html, body {
.content {
flex: 1 1 auto;
position: relative;
overflow: overlay;
overflow: auto;
}
.footer {