Skip to content

Commit ebec3bc

Browse files
chore(release): 1.25.3 [skip ci]
## [1.25.3](v1.25.2...v1.25.3) (2022-04-18) ### Bug Fixes * fix scrollbar issue ([2d48f01](2d48f01))
1 parent 2d48f01 commit ebec3bc

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.25.3](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.2...v1.25.3) (2022-04-18)
2+
3+
4+
### Bug Fixes
5+
6+
* fix scrollbar issue ([2d48f01](https://github.com/pengx17/logseq-dev-theme/commit/2d48f0151a097242f0199a37fd9b5aaa13b9ca76))
7+
18
## [1.25.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.1...v1.25.2) (2022-04-15)
29

310

custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@ html.is-native-iphone #left-sidebar {
114114
--ct-sidebar-resizer-background-hover: var(--ct-primary-color);
115115
}
116116

117+
#left-container {
118+
overflow: auto !important;
119+
}
120+
117121
#main-container {
122+
height: auto !important;
118123
position: absolute;
119124
width: 100%;
120125
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.25.2",
4+
"version": "1.25.3",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)