Skip to content

Commit

Permalink
chore: fix scrolling issues when mouse is over navigation section tit…
Browse files Browse the repository at this point in the history
…les [skip e2e]
  • Loading branch information
amanharwara committed Jun 5, 2024
1 parent 2dcb564 commit 26af193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/desktop/app/stylesheets/renderer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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] {
Expand Down
6 changes: 2 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 26af193

Please sign in to comment.