From f64fefa9ae59a201f24070eefdba19e88959ba2a Mon Sep 17 00:00:00 2001
From: Luke Barnard <luke@matrix.org>
Date: Thu, 15 Feb 2018 10:52:10 +0000
Subject: [PATCH] Use `grab` as some browsers e.g. firefox support it

---
 src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss b/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss
index 685deffc..576ea123 100644
--- a/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss
+++ b/src/skins/vector/css/matrix-react-sdk/structures/_MyGroups.scss
@@ -116,7 +116,7 @@ limitations under the License.
 }
 
 .mx_GroupTile_avatar {
-    cursor: -webkit-grab;
+    cursor: grab, -webkit-grab;
 }
 
 .mx_GroupTile_profile {