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
Theme should support the latest 2 versions of each major browser and gracefully degrade for anything older.
Find alternative to pointer-events: none as it is not supported in IE10. Sidebar overlay covers entire page making it impossible to click on any links. Possible solution.
Use -ms- prefixed flexbox properties to cleanup minor layout issues.
The text was updated successfully, but these errors were encountered:
Theme should support the latest 2 versions of each major browser and gracefully degrade for anything older.
pointer-events: none
as it is not supported in IE10. Sidebar overlay covers entire page making it impossible to click on any links. Possible solution.-ms-
prefixed flexbox properties to cleanup minor layout issues.The text was updated successfully, but these errors were encountered: