Frontend: Add -webkit-user-drag: none to body #242
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
80e083106d
commit
1c5fbbb776
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue