Opened 9 years ago
Last modified 7 years ago
#43168 new defect (bug)
Customizer: Iris color picker handle above section title
| Reported by: | crstnio | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
Description
When Iris color picker is opened, the handle displays bevor the section title – if section is visible during scroll-up.
Section title styles:
#customize-controls .customize-info.is-in-view,
#customize-controls .customize-section-title.is-in-view {
z-index: 9;
}
Handle styles:
.iris-picker .iris-square-handle {
z-index: 10;
}
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Iris color picker handle z-index bug