filters
This commit is contained in:
parent
d90d26dcb6
commit
b6143508aa
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="categories">
|
<div id="categories">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
Search Bar
|
Filters
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div>Something</div><div>Something</div><div>Something</div>
|
<div>Something</div><div>Something</div><div>Something</div>
|
||||||
|
|
|
@ -17,8 +17,7 @@ html, body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
overflow-y: hidden;
|
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
@ -99,7 +98,7 @@ html, body {
|
||||||
.content {
|
.content {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: overlay;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|
Loading…
Reference in New Issue