Skip to content

Commit

Permalink
Update SetupPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jun 6, 2021
1 parent d8899e6 commit d66eedc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/showcase/setup/SetupPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,18 @@ PrimeReact.zIndex = {
overlay: 1000, // dropdown, overlaypanel
menu: 1000, // overlay menus
tooltip: 1100 // tooltip
toast: 1200 // toast
}
`}
</CodeHighlight>

<p>The ZIndex of all components is increased according to their groups in harmony with each other. If false, each group increments its ZIndex within itself.</p>
<CodeHighlight lang="js">
{`
import PrimeReact from 'primereact/api';
PrimeReact.autoZIndex = true;
`}
</CodeHighlight>

<h5>AppendTo</h5>
Expand Down

0 comments on commit d66eedc

Please sign in to comment.