mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +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: -webkit-sticky;
|
||||
top: var(--navbar-height);
|
||||
z-index: 150;
|
||||
z-index: 250;
|
||||
}
|
||||
|
||||
.title-row {
|
||||
|
|
Loading…
Reference in a new issue