Skip to content

Commit a9a7072

Browse files
authored
fix(tooltip): ensure --calcite-app-z-index-tooltip is applied (#7345)
**Related Issue:** #7344 ## Summary This updates the tooltip z-index layer to use the corresponding design token CSS var.
1 parent 1b6b605 commit a9a7072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/calcite-components/calcite-preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export default {
240240
overlay: "var(--calcite-app-z-index-overlay)",
241241
modal: "var(--calcite-app-z-index-modal)",
242242
popover: "var(--calcite-app-z-index-popup)",
243-
tooltip: "901",
243+
tooltip: "var(--calcite-app-z-index-tooltip)",
244244
},
245245
},
246246
},

0 commit comments

Comments
 (0)