mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Frontend: Add -webkit-user-drag: none to body #242
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
body {
|
||||
background: rgb(250, 250, 250);
|
||||
color: #333333;
|
||||
font-family: Roboto, sans-serif;;
|
||||
font-family: Roboto, sans-serif;
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
||||
Reference in New Issue
Block a user