remove mouse wheel scrolling sliggishness in Safari

This commit is contained in:
Fabian Jakobs 2011-07-21 13:29:56 +02:00
commit 964829f031

View file

@ -109,7 +109,7 @@
.ace_cursor-layer {
z-index: 4;
cursor: text;
pointer-events: none;
/* setting pointer-events: none; here will break mouse wheel scrolling in Safari */
}
.ace_cursor {