diff --git a/public/static/css/chat.css b/public/static/css/chat.css index 4172c2c..6885abc 100644 --- a/public/static/css/chat.css +++ b/public/static/css/chat.css @@ -6,6 +6,12 @@ body { min-height: 100vh; } +/* No dragging images - it plays wrongly with the drag/drop image sharing feature + and users can accidentally share in chat by dragging an on-page image */ +img { + pointer-events: none; +} + .float-right { float: right; }