Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable ZIndex Layering #1169

Closed
22 tasks done
cagataycivici opened this issue Apr 12, 2021 · 0 comments
Closed
22 tasks done

Customizable ZIndex Layering #1169

cagataycivici opened this issue Apr 12, 2021 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@cagataycivici
Copy link
Member

Users can specify base ZIndex for all components.

import PrimeReact from 'primereact/api';

// Default values
PrimeReact.zIndex = {
   modal: 1100,
   overlay: 1000,
   menu: 1000,
   tooltip: 1100
};

Component Groups


modal

  • Dialog
  • Galleria
  • Sidebar
  • Toast
  • Calendar (Touch mode)

overlay

  • AutoComplete
  • Calendar
  • CascadeSelect
  • ColorPicker
  • ConfirmPopup
  • Dropdown
  • MultiSelect
  • OverlayPanel
  • Password
  • ScrollTop
  • SplitButton

menu

  • ContextMenu
  • Menu
  • Menubar
  • SlideMenu
  • TieredMenu

tooltip

  • Tooltip
@cagataycivici cagataycivici added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Apr 12, 2021
@cagataycivici cagataycivici added this to the 3.4.0 milestone Apr 12, 2021
@cagataycivici cagataycivici self-assigned this Apr 12, 2021
@cagataycivici cagataycivici changed the title Add zIndex option to PrimeVue Config Customizable ZIndex Layering Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

1 participant