menu.less: Fix drop shadow obscuring #toggle-sidebar and active list itemm caret

This commit is contained in:
Florian Strohmaier 2020-08-03 17:07:56 +02:00 committed by Johannes Meyer
parent 22dc22b535
commit 049aadefc6
1 changed files with 2 additions and 0 deletions

View File

@ -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;