From fa6aca7a7576b59cb4bea6fdbba1240dc05957f8 Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Mon, 16 Jan 2023 16:32:59 +0200 Subject: [PATCH] Revert "disable blink features" This reverts commit 5fd10fde64e6dcc1d9adc0f394c22f4f47a7d7a0. --- src/electron/electron/window.cljs | 3 +++ 1 file changed, 3 insertions(+) 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")))