stretch body to full window width, fixes #276

This commit is contained in:
azivner 2019-01-07 23:17:12 +01:00
parent 3930a02123
commit 81b849898c

View file

@ -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 {