mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-30 17:29:53 -05:00
fix scrolling in mobile frontend, closes #1768
This commit is contained in:
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "trilium",
|
||||
"version": "0.46.4-beta",
|
||||
"version": "0.46.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -83,6 +83,9 @@ export default class MobileLayout {
|
||||
.child(new NoteTitleWidget())
|
||||
.child(new CloseDetailButtonWidget()))
|
||||
.child(new NoteDetailWidget()
|
||||
.css('padding', '5px 20px 10px 0')));
|
||||
.css('padding', '5px 20px 10px 0')
|
||||
.css('overflow', 'auto')
|
||||
.css('height', '100%')
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user