Skip to content

Commit 5f8336f

Browse files
authored
Fix table row headers on scroll with {% rowheaders %} (#48676)
1 parent e640274 commit 5f8336f

File tree

1 file changed

+6
-4
lines changed
  • src/frame/components/ui/MarkdownContent/stylesheets

1 file changed

+6
-4
lines changed

Diff for: src/frame/components/ui/MarkdownContent/stylesheets/table.scss

+6-4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636

3737
thead tr {
3838
border: none;
39+
40+
th {
41+
@include breakpoint-xxl {
42+
top: 65px !important; // 48 + 8 + 8 + 1
43+
}
44+
}
3945
}
4046

4147
th {
@@ -48,10 +54,6 @@
4854
box-shadow: 0 3px 0 0 var(--color-canvas-subtle);
4955
padding: 0.75rem 0.5rem;
5056
border: 0;
51-
52-
@include breakpoint-xxl {
53-
top: 65px !important; // 48 + 8 + 8 + 1
54-
}
5557
}
5658

5759
th[align="center"] {

0 commit comments

Comments
 (0)