mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Optimize CE()
This commit is contained in:
@@ -164,7 +164,7 @@ body::-webkit-scrollbar {
|
||||
`);
|
||||
}
|
||||
|
||||
const $style = CE('style', {}, css);
|
||||
const $style = CE('style', false, css);
|
||||
document.documentElement.appendChild($style);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user