remove white-space: nowrap from .scroll, closes #298

This commit is contained in:
Adam Bradley
2013-12-12 09:21:47 -06:00
parent 0a7c87cb10
commit 574b17922e
3 changed files with 0 additions and 4 deletions

2
dist/css/ionic.css vendored
View File

@@ -1,4 +1,3 @@
@charset "UTF-8";
/*!
* Copyright 2013 Drifty Co.
* http://drifty.com/
@@ -2600,7 +2599,6 @@ body, .ionic-body {
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
transform-origin: left top;
white-space: nowrap;
-webkit-backface-visibility: hidden; }
.scroll-bar {

View File

@@ -1,4 +1,3 @@
@charset "UTF-8";
/*!
* Copyright 2013 Drifty Co.
* http://drifty.com/

View File

@@ -98,7 +98,6 @@ body, .ionic-body {
@include text-size-adjust(none);
@include translateZ(0);
@include transform-origin(left, top);
white-space: nowrap;
//-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}