Browse Source

#1509 remove media query from ios scroll to support landscape ipad

pull/1550/head
jlukic 10 years ago
parent
commit
2ca95bb4e8
1 changed files with 3 additions and 5 deletions
  1. 8
      src/definitions/modules/sidebar.less

8
src/definitions/modules/sidebar.less

@ -203,11 +203,9 @@
iOS incorrectly sizes document when content iOS incorrectly sizes document when content
is presented outside of view with 2Dtranslate is presented outside of view with 2Dtranslate
*/ */
@media only screen and (max-width: @computerBreakpoint) {
html.ios {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
html.ios {
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
} }

Loading…
Cancel
Save