remove mouse wheel scrolling sliggishness in Safari
This commit is contained in:
parent
2d64573437
commit
964829f031
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue