diff options
| author | Mark Otto <[email protected]> | 2013-07-16 11:26:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-16 11:26:48 -0700 |
| commit | 522004e67ae72d48ae6a2aadc304cfdb2af4e92e (patch) | |
| tree | 35c4d56cf1985f99512f89f0f8c0d48a294fa6ec /less/modals.less | |
| parent | ced641b1079ae9ab1b59c39ce9edf82b85b3fb37 (diff) | |
| download | bootstrap-522004e67ae72d48ae6a2aadc304cfdb2af4e92e.tar.xz bootstrap-522004e67ae72d48ae6a2aadc304cfdb2af4e92e.zip | |
remove webkit-overflow-scrolling from modal for now /cc #8495
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index 144588a7b..d79121097 100644 --- a/less/modals.less +++ b/less/modals.less @@ -23,7 +23,6 @@ bottom: 0; left: 0; z-index: @zindex-modal-background; - -webkit-overflow-scrolling: touch; // When fading in the modal, animate it to slide down &.fade { |
