Opened 9 months ago
Last modified 8 months ago
#61298 new enhancement
Slight UI bug when applying shadow on the lightbox
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | trivial | Version: | 6.5.3 |
Component: | Formatting | Keywords: | |
Focuses: | ui | Cc: |
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.