diff --git a/frontend/src/core/styles/index.css b/frontend/src/core/styles/index.css index 9298fd414..66a98cc8c 100644 --- a/frontend/src/core/styles/index.css +++ b/frontend/src/core/styles/index.css @@ -15,6 +15,11 @@ body { -moz-osx-font-smoothing: grayscale; } +img { + -webkit-user-drag: none; + user-drag: none; +} + code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;