Fix: action overlapping with header (#11649)

* Fix: action overlapping with header

* Fix: use z-elevate
This commit is contained in:
Kushal Niroula 2020-11-30 23:13:17 +05:45 committed by GitHub
parent ad04158b90
commit ab045700e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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