mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
Use grab
as some browsers e.g. firefox support it
This commit is contained in:
parent
594d510f4f
commit
f64fefa9ae
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_GroupTile_avatar {
|
||||
cursor: -webkit-grab;
|
||||
cursor: grab, -webkit-grab;
|
||||
}
|
||||
|
||||
.mx_GroupTile_profile {
|
||||
|
|
Loading…
Reference in a new issue