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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
When I click on any of the dom nodes, it doesn't show styles. And the page throws an exception. The exception information is Uncaught DOMException: Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules
Then I found out. If remove <link href="https://cdn.bootcss.com/amazeui/2.7.2/css/amazeui.min.css" rel="stylesheet"> from html > head, it works fine.
The text was updated successfully, but these errors were encountered:
When I click on any of the dom nodes, it doesn't show styles. And the page throws an exception. The exception information is
Uncaught DOMException: Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules
Then I found out. If remove
<link href="https://cdn.bootcss.com/amazeui/2.7.2/css/amazeui.min.css" rel="stylesheet">
fromhtml > head
, it works fine.The text was updated successfully, but these errors were encountered: