mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-21 22:33:13 +08:00
Merge pull request #5657 from artoscinote/ma_SCI_8711
Fix sticky header z-index [SCI-8711]
This commit is contained in:
commit
c7d5bba855
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
position: sticky;
|
position: sticky;
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
top: var(--navbar-height);
|
top: var(--navbar-height);
|
||||||
z-index: 150;
|
z-index: 250;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-row {
|
.title-row {
|
||||||
|
|
Loading…
Reference in a new issue