Adds/Fixes smooth scroll on modals

This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-26 17:31:50 -03:00
commit c425eb31c2
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
7 changed files with 9 additions and 8 deletions

View file

@ -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 {