Sha256: e3ec82f3f809cbb974bf8691c9dbff5932241d99c9bc12bfc6bc24dc99e18fde

Contents?: true

Size: 354 Bytes

Versions: 1

Compression:

Stored size: 354 Bytes

Contents

@import "../../tokens/colors";

[class^="pb_table"] {
  &.sticky-header {
    thead, .thead {
      background: $white;
      position: sticky;
      top: 0;
      z-index: 1;
    }
  }

  &.dark {
    &.sticky-header {
      thead, .thead {
        background: $bg_dark;
        position: sticky;
        top: 0;
        z-index: 1;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-13.19.0.pre.alpha.PBNTR207tabledivsupport2245 app/pb_kits/playbook/pb_table/styles/_sticky_header.scss