Frame with `border-radius` & clip content not clipping content on web (css)
softmarshmallow opened this issue · 0 comments
softmarshmallow commented
Explicit overflow:hidden
by user
Although, we CAN'T always set overflow: hidden for clip content layout. this is because overflow property is also used for specifying scroll behavior on other logic gate (not sure with the execution order or importance between those two.)
The non-conflicting way is to use explicit clip-path
just to specify the clipping behavior, eliminating possibility of logic conflict with scroll