Vorlonjs
Vorlonjs copied to clipboard
[bug] Uncaught DOMException: Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules
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.
more info: https://stackoverflow.com/a/49160899