Skip to content

Commit d9846e6

Browse files
committed
Dashboards - z-index
Don’t be so aggressive about setting the z-index of the card body. That causes issues with things like controls which appear in toolbars. Fixes #8795
1 parent c85f912 commit d9846e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/formats/dashboard/quarto-dashboard.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ $valuebox-colors: (
959959
// This ensures that elements in the card body (notably the expansion toggle)
960960
// appear above the elements inside of it (notably itables, which cause issues)
961961
.card-body {
962-
z-index: 1000;
962+
z-index: 4;
963963

964964
// Customize appearance of elements within cards
965965
@include itables();

0 commit comments

Comments
 (0)