mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-06-11 09:23:17 +02:00
- Grunt configured
- first install the dependencies with 'sudo npm install' - then run with 'grunt'
This commit is contained in:
@ -5,8 +5,9 @@
|
||||
*/
|
||||
body {
|
||||
background-color: #fcfcfc;
|
||||
-moz-user-select: none; /* disable cut copy paste */
|
||||
-webkit-user-select: none; /* disable cut copy paste */
|
||||
user-select: none; /* disable cut copy paste */
|
||||
// -moz-user-select: none; /* disable cut copy paste */
|
||||
// -webkit-user-select: none; /* disable cut copy paste */
|
||||
overflow:hidden; /* This chops off any overhanging divs */
|
||||
}
|
||||
img {
|
||||
|
Reference in New Issue
Block a user