@samitouri / QOS-React-1 / commits / 91e88f94cc

allow compiler playground to scroll horizontally

Jason Bonta committed May 16, 2024 at 13:15 UTC 91e88f94ccb3e58db1c133942ba704fa0e3a139d
1 file changed +1
compiler/apps/playground/components/Editor/monacoOptions.ts
+1
@@ -13,6 +13,7 @@ export const monacoOptions: Partial<EditorProps["options"]> = {
13 padding: { top: 8 },
14 scrollbar: {
15 verticalScrollbarSize: 10,
16 + alwaysConsumeMouseWheel: false,
17 },
18 minimap: {
19 enabled: false,