Opened 8 years ago
Last modified 6 years ago
#43168 new defect (bug)
Customizer: Iris color picker handle above section title
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Customize | Keywords: | needs-patch |
| Focuses: | Cc: |
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.
Iris color picker handle z-index bug