move user-select:none to scroller fixes #1675 on linux
This commit is contained in:
parent
29e1838394
commit
6b1215bca8
1 changed files with 4 additions and 4 deletions
|
|
@ -5,10 +5,6 @@
|
|||
font-size: 12px;
|
||||
line-height: normal;
|
||||
color: black;
|
||||
-ms-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.ace_scroller {
|
||||
|
|
@ -17,6 +13,10 @@
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
background-color: inherit;
|
||||
-ms-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.ace_content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue