Fix rich text comments in Safari

pull/1/head
yflory 4 years ago
parent 3dfc4dcba0
commit e5c52f50af

@ -54,6 +54,8 @@
height: unset !important;
max-height: 140px; // 6 lines
padding: 3px 5px;
user-select: text;
-webkit-user-select: text; // fix for iOS (can't type in contenteditable if user-select none)
}
margin-bottom: 5px;
}

Loading…
Cancel
Save