From 3413c5f525eaf669725210ad0c0b238d88aa13f7 Mon Sep 17 00:00:00 2001 From: Steve Hannah Date: Tue, 30 Apr 2024 15:34:25 -0700 Subject: [PATCH] table headers sticky --- plone.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plone.css b/plone.css index 2c645676..af9fb4db 100644 --- a/plone.css +++ b/plone.css @@ -1178,7 +1178,8 @@ body.cover-image .record-heading-logo { .listing th, .stx table th { background-color:var(--trimBgColor); - + top: 0; + position: sticky; border-top: none; border-bottom: none; border-right: none; @@ -3688,12 +3689,10 @@ body.full-width #status-bar .responsive-content, } body.large #list-window { - overflow-x: scroll; width: 1000px; } body.full-width #list-window { - overflow-x: auto; width: 100%; box-sizing: border-box; } @@ -4051,7 +4050,6 @@ body.full-width #status-bar .responsive-content, } body.large #list-window { - overflow-x: scroll; width: 768px; } }