Skip to content
Snippets Groups Projects

Use CSS Logical Properties in files without [dir=]

Open quietone requested to merge issue/drupal-3471595:3471595-use-css-logical into 11.x
Files
298
table.sticky-header thead {
position: sticky;
z-index: 500;
top: var(--drupal-displace-offset-top, 0);
inset-block-start: var(--drupal-displace-offset-top, 0);
}
Loading