Skip to content

Commit

Permalink
fix: overlap for row pinning select
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrojcm committed Jul 11, 2024
1 parent f038e1b commit 08b5274
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,8 @@
}
}
/* end column pinning styles */
/* TODO: fix for select */
/* TODO: check for grid layout and virtualization */
/* row pinning styles */
&[data-row-pinned] {
display: table-row;
background-color: var(--mantine-color-body);
bottom: calc(var(--mrt-pinned-row-bottom) * 1px);
opacity: 0.97;
Expand Down Expand Up @@ -144,7 +141,7 @@

/* selection styles */
&[data-selected] {
background-color: var(--mrt-selected-row-background-color);
background-color: var(--mantine-color-body);

td {
&[data-column-pinned] {
Expand Down

0 comments on commit 08b5274

Please sign in to comment.