Z-index fix (#11248)

* tooltips 1.0.1

* tooltips 1.0.1

* z-index fix
This commit is contained in:
ludwiczakpawel 2020-11-03 11:14:35 +01:00 committed by GitHub
parent 9e439fcf6e
commit 7a5c8d78b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
height: var(--header-height);
background: var(--header-bg);
box-shadow: 0 1px 1px var(--header-shadow);
z-index: var(--z-sticky);
.default-header & {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: var(--z-sticky);
}
&__container {