diff --git a/apps/web/styles/globals.css b/apps/web/styles/globals.css index 567f3b125a..09dbf7e525 100644 --- a/apps/web/styles/globals.css +++ b/apps/web/styles/globals.css @@ -22,13 +22,19 @@ body  { /* disable user selection on buttons, links and images on desktop app */ html.todesktop button, html.todesktop a, -html.todesktop img { +html.todesktop img{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; + cursor: default !important; +} + +html.todesktop, +html.todesktop div { + cursor: default !important; } /* make header draggable on desktop app */