Overlay sidebar on small screens.

This commit is contained in:
Lars Jung 2016-06-23 00:19:23 +02:00
parent 92e8e34a66
commit 50644c84dc
1 changed files with 5 additions and 0 deletions

View File

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