Skip to content

Commit

Permalink
fix: scrolling issue in 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 17, 2021
1 parent 0070d45 commit ca0934d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@
:not(.color-level) .color-level {
box-shadow: 0 0 0 2px var(--color-level-2);
}

// Fix a issue introduced in 0.4.6
// See: https://github.com/logseq/logseq/commit/955648beeb98e00aefa167c8001c8fee6ed20cd1#diff-0a1590918f1e6dd3d7a862dd75cac598e0dc1ca3bdd790df91a67b5f5ec89f8b
.scrollbar-spacing {
height: 100%;
}

0 comments on commit ca0934d

Please sign in to comment.