source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/iframe-page/dl-chatgpt_files/sticky-header.module.css@ 38779

Last change on this file since 38779 was 38779, checked in by davidb, 3 months ago

Files that need to be moved to <gsdl3srchome>/web to provide a static web page example using an iframe to embedd the React/NextJS based chatbot

File size: 163 bytes
Line 
1/**
2 * @file
3 * Table header behavior.
4 *
5 * @see tableheader.js
6 */
7
8table.sticky-header {
9 z-index: 500;
10 top: 0;
11 margin-top: 0;
12 background-color: #fff;
13}
Note: See TracBrowser for help on using the repository browser.