And fluent overlay scrollbars

This commit is contained in:
Aleh Khantsevich
2024-05-03 12:36:58 +02:00
parent d96df469a4
commit 668b385a10
5 changed files with 33 additions and 34 deletions

View File

@@ -242,12 +242,10 @@
}
function SetLightEditor(){
document.documentElement.setAttribute('data-theme', 'light');
DarkReader.disable();
}
function SetDarkEditor(){
document.documentElement.setAttribute('data-theme', 'dark');
DarkReader.enable();
}