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
Version 2.4.8 removes spaces in: height: calc(100% + 1px);
This causes an error in Safari. My workaround: height: calc(100% - -1px);
The spaces around + should not be removed
The text was updated successfully, but these errors were encountered:
Version 2.4.8 removes spaces in:
height: calc(100% + 1px);
This causes an error in Safari. My workaround:
height: calc(100% - -1px);
The spaces around + should not be removed
The text was updated successfully, but these errors were encountered: