combine position: absolute; in .pane, .view

This commit is contained in:
Adam Bradley
2014-02-20 16:49:04 -06:00
parent 07092f009c
commit 01a10d3891

View File

@@ -286,15 +286,14 @@ infinite-scroll.active .scroll-infinite {
// A full screen section with a solid background
.pane {
position: absolute;
z-index: $z-index-pane;
@include translate3d(0,0,0);
}
.view {
position: absolute;
z-index: $z-index-view;
}
.pane, .view {
position: absolute;
top: 0;
right: 0;
bottom: 0;