Fix: action overlapping with header (#11649)
* Fix: action overlapping with header * Fix: use z-elevate
This commit is contained in:
parent
ad04158b90
commit
ab045700e1
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@
|
|||
box-shadow: none;
|
||||
justify-content: stretch;
|
||||
top: calc(var(--header-height) + var(--layout-padding) + 6vh);
|
||||
z-index: var(--z-elevate);
|
||||
}
|
||||
|
||||
&__inner {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue