mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
stretch body to full window width, fixes #276
This commit is contained in:
@@ -2,6 +2,7 @@ body {
|
|||||||
/* Fix for CKEditor block gutter icon "stretching" body and causing scrollbar to appear after pressing enter
|
/* Fix for CKEditor block gutter icon "stretching" body and causing scrollbar to appear after pressing enter
|
||||||
on the last line of the editor. */
|
on the last line of the editor. */
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title-container {
|
#title-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user