Skip to content

Commit 4fd43ff

Browse files
authored
fix(ktableview): make header non-sticky in firefox (#2649)
1 parent 79cd9e2 commit 4fd43ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/mixins/_tables.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
top: 0;
7373
z-index: 2;
7474

75+
@-moz-document url-prefix() {
76+
position: unset; // make header non-sticky in Firefox because otherwise tooltips are cut off by the table boundaries
77+
}
78+
7579
&.is-scrolled {
7680
background-color: var(--kui-color-background, $kui-color-background);
7781
}

0 commit comments

Comments
 (0)