🩹 Fix unwanted transparency in menu header
This commit is contained in:
parent
79557bfa27
commit
4d69c185e0
1 changed files with 2 additions and 1 deletions
|
|
@ -248,8 +248,9 @@
|
|||
justify-content: space-between;
|
||||
top: 0;
|
||||
height: var(--menu--item-height);
|
||||
z-index: 501;
|
||||
border-bottom: 1px solid var(--menu--color-border);
|
||||
background: var(--menu--color-background);
|
||||
z-index: 501;
|
||||
}
|
||||
.menu-main .menu .menu-header .menu-title {
|
||||
padding: var(--menu--line-padding);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue