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
The colorpicker doesn't work right when the CSS Code is shown. The reason for this is firefox's css flex-box implementation which doesn't resize the flex-boxes if one changes it's size.
Solution: don't use flex-box
The text was updated successfully, but these errors were encountered:
The colorpicker doesn't work right when the CSS Code is shown. The reason for this is firefox's css flex-box implementation which doesn't resize the flex-boxes if one changes it's size.
Solution: don't use flex-box
The text was updated successfully, but these errors were encountered: