You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
softmarshmallow
changed the title
Frame with border radius & clip content not clipping content on web (css)
Frame with border-radius & clip content not clipping content on web (css)
Nov 25, 2021
Origin
The generated code
Explicit
overflow:hidden
by userAlthough, 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 withscroll
The text was updated successfully, but these errors were encountered: