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 Tabs are using the <details> and <summary> tags to be displayed, but currently this only works in the FireFox browser, I believe because of display:content;
Will be refactoring the tabs in a future version to using the checkbox method instead.
The Tabs are using the
<details>and<summary>tags to be displayed, but currently this only works in the FireFox browser, I believe because ofdisplay:content;Will be refactoring the tabs in a future version to using the checkbox method instead.