From 522004e67ae72d48ae6a2aadc304cfdb2af4e92e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 16 Jul 2013 11:26:48 -0700 Subject: remove webkit-overflow-scrolling from modal for now /cc #8495 --- docs/assets/css/bootstrap.css | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 168d6c389..0bd1dba15 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3471,7 +3471,6 @@ button.close { display: none; overflow: auto; overflow-y: scroll; - -webkit-overflow-scrolling: touch; } .modal.fade { -- cgit v1.2.3