Skip to content

Commit 3e98456

Browse files
author
Alexis Córdova
authored
fix(popovers): Update Styling Hooks name in docs (#4605)
1 parent 2963c1c commit 3e98456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/popovers/docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Panel Popovers can be shown on mouse hover but for keyboard or screen reader use
340340
<Blockquote header="A Note About z-index">
341341
<p>By default, Popovers use the <code>$z-index-dialog</code> (<a href="/design-tokens/#category-z-index">value of 6000</a>) token. This allows the Popover to appear above the element that triggered it, and in the vast majority of cases should work well out of the box. However, depending on where the Popover code lives when it's triggered, layout issues could arise.</p>
342342

343-
<p>For this particular use case, the <code>--slds-c-popover-zindex</code> <a href="/platforms/lightning/styling-hooks/">Styling Hook</a> allows developers to change the z-index value. <strong>Please note</strong>: when this value is changed, the responsibility is on the developer to maintain the CSS stacking order.</p>
343+
<p>For this particular use case, the <code>--slds-c-popover-position-zindex</code> <a href="/platforms/lightning/styling-hooks/">Styling Hook</a> allows developers to change the z-index value. <strong>Please note</strong>: when this value is changed, the responsibility is on the developer to maintain the CSS stacking order.</p>
344344
</Blockquote>
345345

346346
<StylingHooksTable name="popovers" type="component" />

0 commit comments

Comments
 (0)