Merge pull request #5657 from artoscinote/ma_SCI_8711

Fix sticky header z-index [SCI-8711]
This commit is contained in:
artoscinote 2023-06-22 14:33:38 +02:00 committed by GitHub
commit c7d5bba855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
position: sticky;
position: -webkit-sticky;
top: var(--navbar-height);
z-index: 150;
z-index: 250;
}
.title-row {