annotate core/modules/system/css/components/sticky-header.module.css @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents af1871eacc83
children
rev   line source
Chris@0 1 /**
Chris@0 2 * @file
Chris@0 3 * Table header behavior.
Chris@0 4 *
Chris@0 5 * @see tableheader.js
Chris@0 6 */
Chris@0 7
Chris@0 8 table.sticky-header {
Chris@0 9 z-index: 500;
Chris@0 10 top: 0;
Chris@18 11 margin-top: 0;
Chris@18 12 background-color: #fff;
Chris@0 13 }