Open tom93 opened 1 year ago
Some websites use a CSS rule such as overflow: hidden !important; which has higher priority than our CSS property.
overflow: hidden !important;
Add the "!important" flag to our property, so it will override such CSS rules.
Some websites use a CSS rule such as
overflow: hidden !important;
which has higher priority than our CSS property.Add the "!important" flag to our property, so it will override such CSS rules.