mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 17:09:45 +08:00
Merge pull request #4766 from aignatov-bio/ai-sci-7699-fix-z-index-for-experiment-table-header
Fix zIndex for experiment table header [SCI-7699]
This commit is contained in:
commit
fe58a7a206
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
position: sticky;
|
||||
position: -webkit-sticky;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
z-index: 10;
|
||||
|
||||
&.select-all-checkboxes {
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue