Skip to content

Commit

Permalink
table headers sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Apr 30, 2024
1 parent d183f7b commit 3413c5f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plone.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -4051,7 +4050,6 @@ body.full-width #status-bar .responsive-content,
}

body.large #list-window {
overflow-x: scroll;
width: 768px;
}
}
Expand Down

0 comments on commit 3413c5f

Please sign in to comment.