disable text selection anywhere in the page
to improve draggability of things without strange select boxes appearing
This commit is contained in:
parent
3f0a706ee1
commit
a3b0bebc59
1 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,15 @@ body {
|
||||||
|
|
||||||
xheight: 1400px;
|
xheight: 1400px;
|
||||||
xwidth: 2000px;
|
xwidth: 2000px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
|
-o-user-select:none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#board {
|
#board {
|
||||||
|
|
Loading…
Add table
Reference in a new issue