diff --git a/src/sass/core.scss b/src/sass/core.scss index a3cbf5d91..998b399b6 100644 --- a/src/sass/core.scss +++ b/src/sass/core.scss @@ -24,6 +24,11 @@ /* Firefox */ } +#nocss { + display: none !important; + pointer-events: none; +} + .ffscroll { scrollbar-width: thin; scrollbar-color: var(--sub-color) transparent; diff --git a/static/index.html b/static/index.html index 121c19725..21c5746d4 100644 --- a/static/index.html +++ b/static/index.html @@ -6,10 +6,6 @@ if (e.key == "Escape") e.preventDefault(); }); -