Overlay sidebar.

This commit is contained in:
Lars Jung 2016-06-23 00:27:24 +02:00
parent 50644c84dc
commit 171f1c12eb
2 changed files with 4 additions and 5 deletions

View File

@ -7,11 +7,6 @@
width: 0;
}
}
#sidebar {
position: absolute;
min-height: 100%;
z-index: 1;
}
#view.view-details {
.header .label, .item .label {
margin-right: 80px !important;

View File

@ -8,6 +8,10 @@
border-right: 1px solid rgba(0,0,0,0.08);
padding: 16px;
position: absolute;
min-height: 100%;
z-index: 1;
.block {
display: block;
margin: 0 0 24px 0;