Skip to content
Snippets Groups Projects
Unverified Commit 86f1ffc4 authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Merge pull request #31396 from justinmosier/fix-sticky-header-editable-fields

#5568 - Fix SearchKit sticky table headers to hide editable fields
parents db98500f 6a24ead1
Branches
Tags
No related merge requests found
......@@ -31,6 +31,7 @@
table.crm-sticky-header > thead > tr {
position: sticky !important;
top: var(--crm-menubar-bottom, 0px);
z-index: 2;
}
/* Nested styling for hierarchical rows */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment