menu.less: Fix drop shadow obscuring #toggle-sidebar and active list itemm caret
This commit is contained in:
parent
22dc22b535
commit
049aadefc6
|
@ -163,6 +163,7 @@
|
|||
position: absolute;
|
||||
top: .5em;
|
||||
right: -.75em;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
&.active > a {
|
||||
|
@ -457,6 +458,7 @@ input[type=text].search-input {
|
|||
position: absolute;
|
||||
bottom: 0.2em;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
|
||||
i {
|
||||
background-color: @body-bg-color;
|
||||
|
|
Loading…
Reference in New Issue