sidebar-fix
This commit is contained in:
parent
d0d499be85
commit
e232dbb83a
|
@ -32,17 +32,6 @@ h4 {
|
|||
/* float: right; */
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
width: 260px;
|
||||
background: #fff;
|
||||
box-shadow: 0 16px 24px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.sidebar .sidebar-background {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in New Issue