mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix rich text comments in Safari
This commit is contained in:
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…
Reference in New Issue
Block a user