Fixed #456 - Android side menu rendering issue

This commit is contained in:
Max Lynch
2014-01-24 12:51:06 -06:00
parent 203809397e
commit 453dc414d7
3 changed files with 3 additions and 3 deletions

2
dist/css/ionic.css vendored
View File

@@ -2745,7 +2745,7 @@ infinite-scroll.active .scroll-infinite {
bottom: 49px; }
.pane {
position: fixed;
position: absolute;
z-index: 1; }
.view {

View File

File diff suppressed because one or more lines are too long

View File

@@ -273,7 +273,7 @@ infinite-scroll.active .scroll-infinite {
// A full screen section with a solid background
.pane {
position: fixed;
position: absolute;
z-index: $z-index-pane;
}
.view {