mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
workaround for hidden last line on mobile
This commit is contained in:
parent
a6fd3fa77c
commit
afabaa5fdb
@ -44,7 +44,8 @@ html, body {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
/* for some reason detail overflows a little bit so we subtract few pixels */
|
||||
height: calc(100% - 25px);
|
||||
/* large left padding is necessary for ckeditor gutter in detail-only (smartphone) layout */
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user