Frontend: Add -webkit-user-drag: none to body #242

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-03-23 21:51:07 +01:00
parent 80e083106d
commit 1c5fbbb776

View file

@ -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 {