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
ac3521fe
Commit
ac3521fe
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Remove WebKit overflow scrolling for now
parent
6ce154c7
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/scaffolding.less
+0
-2
less/scaffolding.less
with
0 additions
and
3 deletions
+0
-3
docs/assets/css/bootstrap.css
+
0
-
1
View file @
ac3521fe
...
@@ -276,7 +276,6 @@ table {
...
@@ -276,7 +276,6 @@ table {
html
{
html
{
font-size
:
62.5%
;
font-size
:
62.5%
;
-webkit-overflow-scrolling
:
touch
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
}
}
...
...
This diff is collapsed.
Click to expand it.
less/scaffolding.less
+
0
-
2
View file @
ac3521fe
...
@@ -16,8 +16,6 @@
...
@@ -16,8 +16,6 @@
html {
html {
font-size: 62.5%;
font-size: 62.5%;
// Touch the Mobile Magic™
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
}
...
...
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