File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 1.25.2] ( https://github.com/pengx17/logseq-dev-theme/compare/v1.25.1...v1.25.2 ) (2022-04-15)
2
9
3
10
Original file line number Diff line number Diff line change @@ -114,7 +114,12 @@ html.is-native-iphone #left-sidebar {
114
114
--ct-sidebar-resizer-background-hover : var (--ct-primary-color );
115
115
}
116
116
117
+ # left-container {
118
+ overflow : auto !important ;
119
+ }
120
+
117
121
# main-container {
122
+ height : auto !important ;
118
123
position : absolute;
119
124
width : 100% ;
120
125
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " logseq-dev-theme" ,
3
3
"author" : " pengx17" ,
4
- "version" : " 1.25.2 " ,
4
+ "version" : " 1.25.3 " ,
5
5
"description" : " A custom theme for dev" ,
6
6
"logseq" : {
7
7
"themes" : [
You can’t perform that action at this time.
0 commit comments