growthbook / devtools

GrowthBook DevTools extension for Chrome
MIT License
5 stars 5 forks source link

Visual Editor - Editing global CSS for some sites causes editor to crash #58

Closed bttf closed 6 months ago

bttf commented 6 months ago

Try adding the following css via global CSS tab on the Visual Editor:

html {
  background-color: red;
}

On any site including the following:

The CSS will attempt to reset itself and eventually the editor will crash

bttf commented 6 months ago

Fixed by #61