mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
filters
This commit is contained in:
parent
d90d26dcb6
commit
b6143508aa
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user