Skip to content

Instantly share code, notes, and snippets.

@gabrielschulhof
Created October 31, 2014 13:12
Show Gist options
  • Save gabrielschulhof/d21bd8216cf62e0edcbd to your computer and use it in GitHub Desktop.
Save gabrielschulhof/d21bd8216cf62e0edcbd to your computer and use it in GitHub Desktop.
diff --git a/css/structure/jquery.mobile.core.css b/css/structure/jquery.mobile.core.css
index d2614ff..e9fef56 100644
--- a/css/structure/jquery.mobile.core.css
+++ b/css/structure/jquery.mobile.core.css
@@ -2,6 +2,7 @@
.ui-mobile,
.ui-mobile body {
height: 99.9%;
+ overflow-x: hidden;
}
.ui-mobile fieldset,
.ui-page {
diff --git a/css/structure/jquery.mobile.panel.css b/css/structure/jquery.mobile.panel.css
index 358d9fc..6c882e2 100644
--- a/css/structure/jquery.mobile.panel.css
+++ b/css/structure/jquery.mobile.panel.css
@@ -13,8 +13,6 @@
max-height: 100%;
overflow: hidden;
visibility: hidden;
- left: 0;
- clip: rect(1px,1px,1px,1px);
}
.ui-panel-fixed {
position: fixed;
diff --git a/demos/_assets/css/jqm-demos.css b/demos/_assets/css/jqm-demos.css
index bc998c0..81ffc7d 100644
--- a/demos/_assets/css/jqm-demos.css
+++ b/demos/_assets/css/jqm-demos.css
@@ -357,7 +357,6 @@
visibility: visible;
position: relative;
left: 0;
- clip: initial;
float: left;
width: 25%;
background: none;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment