Browse Source

disable blink features

Konstantinos Kaloutas 2 years ago
parent
commit
5fd10fde64
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/electron/electron/window.cljs

+ 0 - 3
src/electron/electron/window.cljs

@@ -38,9 +38,6 @@
                       :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")))