Initial Drupal 11 with DDEV setup
This commit is contained in:
5
web/core/misc/components/sticky-header.module.css
Normal file
5
web/core/misc/components/sticky-header.module.css
Normal file
@ -0,0 +1,5 @@
|
||||
table.sticky-header thead {
|
||||
position: sticky;
|
||||
z-index: 500;
|
||||
top: var(--drupal-displace-offset-top, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user