Browse Source

chore(admin-ui): Fix legacy data table header position

Michael Bromley 2 years ago
parent
commit
f5585fc578

+ 0 - 4
packages/admin-ui/src/lib/core/src/shared/components/data-table/data-table.component.scss

@@ -23,10 +23,6 @@ table.no-select {
 }
 
 thead th {
-    position: sticky;
-    top: 24px;
-    z-index: 1;
-
     &.expand {
         width: 100%;
     }