CSS heirarchy #6516
-
Hi @artf, The current selected element is desktop and it is using the TV's css. The goal is the highest device's style will flow down across all smaller devices unless modified. In this case, the desktop has been modified but it's being overridden by the TV.
I used set rule. Some elements are working fine, but some elements are having a problem which css it'll inherit. How does grapesjs handles this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
you should have a Device that doesn't apply any media rule (eg. I guess in your case is the TV one). |
Beta Was this translation helpful? Give feedback.
you should have a Device that doesn't apply any media rule (eg. I guess in your case is the TV one).