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:
parent
d6f4312255
commit
198e936423
1 changed files with 2 additions and 0 deletions
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue