Version 1
[yaffs-website] / web / core / modules / system / css / components / sticky-header.module.css
diff --git a/web/core/modules/system/css/components/sticky-header.module.css b/web/core/modules/system/css/components/sticky-header.module.css
new file mode 100644 (file)
index 0000000..f3bdcea
--- /dev/null
@@ -0,0 +1,13 @@
+/**
+ * @file
+ * Table header behavior.
+ *
+ * @see tableheader.js
+ */
+
+table.sticky-header {
+  background-color: #fff;
+  margin-top: 0;
+  z-index: 500;
+  top: 0;
+}