summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/www')
-rw-r--r--StoneIsland/platforms/ios/www/css/blogs.css3
-rw-r--r--StoneIsland/platforms/ios/www/css/products.css2
2 files changed, 5 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/css/blogs.css b/StoneIsland/platforms/ios/www/css/blogs.css
index 5f0641c2..ec945f65 100644
--- a/StoneIsland/platforms/ios/www/css/blogs.css
+++ b/StoneIsland/platforms/ios/www/css/blogs.css
@@ -1,14 +1,17 @@
.story #story { display: block }
+#content.story { overflow: scroll }
#story {
display: none;
}
.hub #hub { display: block }
+#content.hub { overflow: scroll }
#hub {
display: none;
}
.archive #archive { display: block }
+#content.archive { overflow: scroll }
#archive {
display: none;
} \ No newline at end of file
diff --git a/StoneIsland/platforms/ios/www/css/products.css b/StoneIsland/platforms/ios/www/css/products.css
index ec175386..bac0d116 100644
--- a/StoneIsland/platforms/ios/www/css/products.css
+++ b/StoneIsland/platforms/ios/www/css/products.css
@@ -1,5 +1,6 @@
.collection #collection { display: block }
.collection #footer .filter { display: block }
+#content.collection { overflow: scroll }
#collection {
display: none;
}
@@ -7,6 +8,7 @@
.product #product { display: block }
.product #footer .buynow { display: block }
.product #footer .addtocart { display: block }
+#content.product { overflow: scroll }
#product {
display: none;
}