Skip to content
Snippets Groups Projects

3455723: Resolved the responsive column toggle issue.

Open Sanket Tale requested to merge issue/gin-3455723:3455723-sticky-table-has into 8.x-3.x
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -1348,6 +1348,10 @@ a.views-field-excluded {
margin-top: calc(var(--gin-spacing-xs) * -1);
}
.gin-table-scroll-wrapper .tableresponsive-toggle-columns {
display: none;
}
table.gin--sticky-table-header {
visibility: hidden;
z-index: 97;
Loading