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 styling fix implemented for Xarray HTML reprs when used with the Furo Sphinx theme only works for Chrome. It needs further investigation for Safari and Firefox browsers.
The text was updated successfully, but these errors were encountered:
Turns out the fix for this was very easy. The hack I implemented initially in #72 implemented a function that assigned a value to a const, which should not be allowed. Turns out Chrome was a bit forgiving, while Safari and Firefox were not. Thus, I just changed the problem variable from a const to a var and it now works in Chrome, Safari, and Firefox.
What is your issue?
The styling fix implemented for Xarray HTML reprs when used with the Furo Sphinx theme only works for Chrome. It needs further investigation for Safari and Firefox browsers.
The text was updated successfully, but these errors were encountered: