Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
522004e6
Commit
522004e6
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove webkit-overflow-scrolling from modal for now /cc
#8495
parent
ced641b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+0
-1
docs/assets/css/bootstrap.css
less/modals.less
+0
-1
less/modals.less
with
0 additions
and
2 deletions
+0
-2
docs/assets/css/bootstrap.css
+
0
-
1
View file @
522004e6
...
...
@@ -3471,7 +3471,6 @@ button.close {
display
:
none
;
overflow
:
auto
;
overflow-y
:
scroll
;
-webkit-overflow-scrolling
:
touch
;
}
.modal.fade
{
...
...
This diff is collapsed.
Click to expand it.
less/modals.less
+
0
-
1
View file @
522004e6
...
...
@@ -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 {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment