mirror of
https://github.com/zadam/trilium.git
synced 2025-02-20 21:13:11 +08:00
stretch body to full window width, fixes #276
This commit is contained in:
parent
3930a02123
commit
81b849898c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ body {
|
|||
/* Fix for CKEditor block gutter icon "stretching" body and causing scrollbar to appear after pressing enter
|
||||
on the last line of the editor. */
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#title-container {
|
||||
|
|
Loading…
Reference in a new issue