CSS: Style fixes for sidebar
This commit is contained in:
parent
cbb88d1d5e
commit
59d6237a5a
|
@ -30,6 +30,7 @@ body {
|
||||||
width: 12em;
|
width: 12em;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
box-shadow: inset -.5em 0 1em rgba(0, 0, 0, .3);
|
box-shadow: inset -.5em 0 1em rgba(0, 0, 0, .3);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout:not(.minimal-layout) #menu {
|
#layout:not(.minimal-layout) #menu {
|
||||||
|
@ -36,6 +36,8 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
@ -254,6 +256,7 @@ ul:not(.nav-level-2) > .selected > a {
|
||||||
padding: @vertical-padding 0;
|
padding: @vertical-padding 0;
|
||||||
width: 14em;
|
width: 14em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
.transform(rotate(45deg));
|
.transform(rotate(45deg));
|
||||||
|
|
Loading…
Reference in New Issue