chore: fix scrolling issues when mouse is over navigation section titles [skip e2e]

This commit is contained in:
Aman Harwara
2024-06-05 14:21:25 +05:30
parent 2dcb564cd8
commit 26af193203
2 changed files with 2 additions and 5 deletions

View File

@@ -70,7 +70,6 @@
/* https://github.com/electron/electron/issues/37789 */
.mac-desktop #navigation,
.mac-desktop #navigation-content .section-title-bar .title,
.mac-desktop #items-title-bar,
.mac-desktop #editor-title-bar,
.mac-desktop [data-preferences-header] {

View File

@@ -3,11 +3,9 @@
"version": "3.194.8",
"license": "AGPL-3.0",
"main": "dist/app.js",
"author": "Standard Notes",
"author": "Standard Notes.",
"private": true,
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "yarn clean && yarn copy:components && webpack --config web.webpack.prod.js && yarn tsc",
"clean": "rm -fr dist",