drag card target is now more accurate

This commit is contained in:
ali asaria 2014-09-13 09:33:50 -04:00
parent 4d6432fd96
commit c520135340
2 changed files with 11 additions and 4 deletions

View file

@ -552,6 +552,10 @@ input:hover {
-webkit-filter: hue-rotate(180deg);
}*/
img {
user-drag: none; -moz-user-select: none; -webkit-user-drag: none;
}
.config {
position: fixed;
right: 18px;