Prevent the default image dragging behavior in IE < 9

This commit is contained in:
Austin Hyde
2013-11-26 14:52:11 -05:00
parent 1215f58241
commit d3b2b1cd9e
2 changed files with 15 additions and 0 deletions

View File

@@ -159,6 +159,11 @@ a.ol-full-screen-true:after {
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
cursor: default;
}
.ol-viewport .ol-unselectable:not([ie8andbelow]) {
cursor: auto;
}
.ol-zoom {
position: absolute;