diff --git a/index.html b/index.html index 3ae4fae..50b3161 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Pillarbox Theme Edito + Pillarbox Theme Editor diff --git a/src/components/css-editor.js b/src/components/css-editor.js index 117fb92..76dae41 100644 --- a/src/components/css-editor.js +++ b/src/components/css-editor.js @@ -121,6 +121,7 @@ class CssEditor extends LitElement { language: 'css', theme: this.getTheme(), automaticLayout: true, + fixedOverflowWidgets: true, minimap: { enabled: false } });