Skip to content

Commit 15e68fe

Browse files
chore(release): 1.26.2 [skip ci]
## [1.26.2](v1.26.1...v1.26.2) (2022-04-30) ### Bug Fixes * a workaround for draw offset ([1a10135](1a10135))
1 parent 1a10135 commit 15e68fe

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.1...v1.26.2) (2022-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* a workaround for draw offset ([1a10135](https://github.com/pengx17/logseq-dev-theme/commit/1a10135e9a826451d8901078f2389bc62322d226))
7+
18
## [1.26.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.0...v1.26.1) (2022-04-27)
29

310

custom.css

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ html.is-native-iphone #left-sidebar {
108108

109109
.scrollbar-spacing {
110110
height: 100%;
111+
overflow: auto !important;
112+
scrollbar-gutter: stable;
111113
}
112114

113115
:root {

no_bullet_threading.css

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ html.is-native-iphone #left-sidebar {
108108

109109
.scrollbar-spacing {
110110
height: 100%;
111+
overflow: auto !important;
112+
scrollbar-gutter: stable;
111113
}
112114

113115
:root {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.26.1",
4+
"version": "1.26.2",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)