diff --git a/src/electron/electron/window.cljs b/src/electron/electron/window.cljs index ceecae1c2f..3ca3da3988 100644 --- a/src/electron/electron/window.cljs +++ b/src/electron/electron/window.cljs @@ -38,6 +38,9 @@ :webSecurity (not dev?) :contextIsolation true :spellcheck ((fnil identity true) (cfgs/get-item :spell-check)) + ;; Remove OverlayScrollbars and transition `.scrollbar-spacing` + ;; to use `scollbar-gutter` after the feature is implemented in browsers. + :enableBlinkFeatures 'OverlayScrollbars' :preload (path/join js/__dirname "js/preload.js")}} linux? (assoc :icon (path/join js/__dirname "icons/logseq.png")))