Overlay sidebar on small screens.
This commit is contained in:
parent
92e8e34a66
commit
50644c84dc
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#sidebar {
|
||||||
|
position: absolute;
|
||||||
|
min-height: 100%;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
#view.view-details {
|
#view.view-details {
|
||||||
.header .label, .item .label {
|
.header .label, .item .label {
|
||||||
margin-right: 80px !important;
|
margin-right: 80px !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue