sticky-header.module.css in Zircon Profile 8.0
Same filename in this branch
Same filename and directory in other branches
Table header behavior.
See also
tableheader.js
File
core/modules/system/css/components/sticky-header.module.cssView source
- /**
- * @file
- * Table header behavior.
- *
- * @see tableheader.js
- */
-
- table.sticky-header {
- background-color: #fff;
- margin-top: 0;
- z-index: 500;
- top: 0;
- }