Adds/Fixes smooth scroll on modals
This commit is contained in:
parent
629bbe307b
commit
c425eb31c2
7 changed files with 9 additions and 8 deletions
|
|
@ -12,6 +12,7 @@ body {
|
|||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none !important;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
@ -28,8 +29,8 @@ input {
|
|||
-webkit-tap-highlight-color:rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.touch {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
.fix-modals-touch {
|
||||
-webkit-overflow-scrolling: auto;
|
||||
}
|
||||
|
||||
.enable_text_select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue