Skip to content

Commit

Permalink
Fix for scrolling on iPhone; see #9
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jul 3, 2017
1 parent 7c00ff5 commit cb2f735
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/css/default/zebra_dialog.css
Expand Up @@ -167,6 +167,7 @@
border-bottom-width: 2px; border-bottom-width: 2px;
border-bottom-style: groove; border-bottom-style: groove;
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch;
} }


.ZebraDialog .ZebraDialog_NoTitle .ZebraDialog_Body { .ZebraDialog .ZebraDialog_NoTitle .ZebraDialog_Body {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/default/zebra_dialog.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/css/flat/zebra_dialog.css
Expand Up @@ -116,6 +116,7 @@
---------------------------------------------------------------------------------------------------------------------*/ ---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog .ZebraDialog_Body { .ZebraDialog .ZebraDialog_Body {
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch;
} }


.ZebraDialog .ZebraDialog_Icon { .ZebraDialog .ZebraDialog_Icon {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/flat/zebra_dialog.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/css/default/zebra_dialog.scss
Expand Up @@ -153,6 +153,7 @@
border-bottom-width: 2px; border-bottom-width: 2px;
border-bottom-style: groove; border-bottom-style: groove;
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch;
} }


.ZebraDialog .ZebraDialog_NoTitle .ZebraDialog_Body { .ZebraDialog .ZebraDialog_NoTitle .ZebraDialog_Body {
Expand Down
1 change: 1 addition & 0 deletions src/css/flat/zebra_dialog.scss
Expand Up @@ -101,6 +101,7 @@
---------------------------------------------------------------------------------------------------------------------*/ ---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog .ZebraDialog_Body { .ZebraDialog .ZebraDialog_Body {
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch;
} }


.ZebraDialog .ZebraDialog_Icon { .ZebraDialog .ZebraDialog_Icon {
Expand Down

0 comments on commit cb2f735

Please sign in to comment.