Skip to content

Commit 1f11320

Browse files
authored
Update mq.scss
1 parent fe2ae08 commit 1f11320

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

static/sass/mq.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
body:after {
3737
@include javascript_tag( 'animatebody' );
3838
}
39+
.tier-1 {
40+
position: static !important;
41+
}
3942

4043
@include max_width_480();
4144
}
@@ -159,4 +162,4 @@
159162
* for IE10 Snap Mode on Metro
160163
*/
161164
@-ms-viewport { width: device-width; }
162-
@viewport { width: device-width; }
165+
@viewport { width: device-width; }

0 commit comments

Comments
 (0)