[wp-trac] [WordPress Trac] #47649: Issue with the stack order of color picker handle

WordPress Trac noreply at wordpress.org
Thu Jul 4 11:30:00 UTC 2019


#47649: Issue with the stack order of color picker handle
--------------------------+-----------------------------
 Reporter:  balachandark  |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  5.2.2
 Severity:  minor         |   Keywords:  needs-patch
  Focuses:  ui            |
--------------------------+-----------------------------
 The issue is that the color picker handle has been set as follows:
 .iris-picker-inner{position:absolute;top:0;right:0;left:0;bottom:0} from
 the iris.min.js file. But a z-index value has not been provided to it so
 it overlaps the overlay sidebar content. To overcome this issue we can add
 CSS property **z-index: 8** to it so that it stays beneath the sidebar
 content. Please refer this video - [https://cl.ly/1b1643920c05]

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47649>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list