chore: enable cm scrollbar
This commit is contained in:
@@ -171,9 +171,6 @@ export const baseTheme = EditorView.theme({
|
|||||||
".cm-activeLineGutter": {
|
".cm-activeLineGutter": {
|
||||||
backgroundColor: "transparent",
|
backgroundColor: "transparent",
|
||||||
},
|
},
|
||||||
".cm-scroller::-webkit-scrollbar": {
|
|
||||||
display: "none",
|
|
||||||
},
|
|
||||||
".cm-foldPlaceholder": {
|
".cm-foldPlaceholder": {
|
||||||
backgroundColor: "var(--divider-light-color)",
|
backgroundColor: "var(--divider-light-color)",
|
||||||
color: "var(--secondary-dark-color)",
|
color: "var(--secondary-dark-color)",
|
||||||
@@ -320,9 +317,6 @@ export const inputTheme = EditorView.theme({
|
|||||||
".cm-activeLineGutter": {
|
".cm-activeLineGutter": {
|
||||||
backgroundColor: "transparent",
|
backgroundColor: "transparent",
|
||||||
},
|
},
|
||||||
".cm-scroller::-webkit-scrollbar": {
|
|
||||||
display: "none",
|
|
||||||
},
|
|
||||||
".cm-foldPlaceholder": {
|
".cm-foldPlaceholder": {
|
||||||
backgroundColor: "var(--divider-light-color)",
|
backgroundColor: "var(--divider-light-color)",
|
||||||
color: "var(--secondary-dark-color)",
|
color: "var(--secondary-dark-color)",
|
||||||
|
|||||||
Reference in New Issue
Block a user