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:
aignatov-bio 2023-01-06 11:25:10 +01:00 committed by GitHub
commit fe58a7a206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: 2;
z-index: 10;
&.select-all-checkboxes {
justify-content: center;