Skip to content

Commit 2c15044

Browse files
authored
Snag/disable logo drag (Stirling-Tools#6393)
1 parent 31f6ea4 commit 2c15044

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/src/core/styles/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ body {
1515
-moz-osx-font-smoothing: grayscale;
1616
}
1717

18+
img {
19+
-webkit-user-drag: none;
20+
user-drag: none;
21+
}
22+
1823
code {
1924
font-family:
2025
source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;

0 commit comments

Comments
 (0)