Skip to content

Commit

Permalink
Merge pull request #299 from jiiinCho/jiiinCho/style-detail-panel-vir…
Browse files Browse the repository at this point in the history
…tualisation

style: assign detail panel background color when virtualisation is true
  • Loading branch information
alessandrojcm authored Mar 31, 2024
2 parents 440ff62 + ec538fe commit ba0744b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.root {
display: table-row;
width: 100%;
background-color: var(--mrt-base-background-color);
}

.root-grid {
Expand Down Expand Up @@ -30,6 +31,5 @@
}

.inner-virtual {
background-color: var(--mrt-base-background-color);
transition: none;
}

0 comments on commit ba0744b

Please sign in to comment.