mirror of
https://github.com/moparisthebest/mail
synced 2024-11-10 19:25:03 -05:00
[WO-348] Fix cursor over scrollbar
This commit is contained in:
parent
5cb79330d0
commit
f903fb2291
@ -49,7 +49,6 @@ textarea {
|
||||
background: $color-grey-lighter;
|
||||
border: 3px solid transparent;
|
||||
background-clip: content-box;
|
||||
cursor: pointer !important;
|
||||
&:hover {
|
||||
background-color: $color-blue;
|
||||
}
|
||||
|
@ -91,7 +91,6 @@
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
margin-top: 1.75em;
|
||||
cursor: text;
|
||||
line-height: 1.5em;
|
||||
overflow-y: scroll;
|
||||
user-select: text;
|
||||
@ -109,6 +108,7 @@
|
||||
}
|
||||
|
||||
.line {
|
||||
cursor: text;
|
||||
word-wrap: break-word;
|
||||
|
||||
a {
|
||||
|
@ -140,7 +140,6 @@
|
||||
.body {
|
||||
flex-grow: 1;
|
||||
line-height: 1.5em;
|
||||
cursor: text;
|
||||
overflow-y: scroll;
|
||||
|
||||
*[contentEditable] {
|
||||
|
Loading…
Reference in New Issue
Block a user