[wp-trac] [WordPress Trac] #61298: Slight UI bug when applying shadow on the lightbox

WordPress Trac noreply at wordpress.org
Mon May 27 09:51:28 UTC 2024


#61298: Slight UI bug when applying shadow on the lightbox
-------------------------+------------------------------
 Reporter:  254volkan    |       Owner:  (none)
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Formatting   |     Version:  6.5.3
 Severity:  trivial      |  Resolution:
 Keywords:               |     Focuses:  ui
-------------------------+------------------------------

Comment (by bezzynathan):

 When using the drop-shadow() function in CSS, the shadow can be cut off if
 the parent container has overflow: hidden set. Changing the overflow
 attribute to visible allows the drop shadow to be fully visible and not
 clipped by the container's boundaries. This is because overflow: hidden
 restricts the rendering of any content, including shadows, that extends
 beyond the container's edges.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61298#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list