/* Allow right-click by setting pointer-events */
body,
html {
  pointer-events: auto !important;
  -webkit-touch-callout: default !important; /* iOS Safari */
  -webkit-user-select: auto !important; /* Safari */
  -khtml-user-select: auto !important; /* Konqueror HTML */
  -moz-user-select: auto !important; /* Old versions of Firefox */
  -ms-user-select: auto !important; /* Internet Explorer/Edge */
  user-select: auto !important; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
