0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

No select or text cursor on rendered preview

fixes #1595

- prevents the backspace key from doing terrible things
This commit is contained in:
Hannah Wolfe 2014-01-11 16:02:41 +00:00
parent d6f4312255
commit 198e936423

View file

@ -274,6 +274,8 @@
overflow: auto;
word-break: break-word;
hyphens: auto;
@include user-select(none);
cursor: default;
// Tweak padding for smaller screens
@include breakpoint($netbook) {padding-top: 20px;}