File tree Expand file tree Collapse file tree 3 files changed +5
-21
lines changed
Expand file tree Collapse file tree 3 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 1+ html ,
2+ body {
3+ height : 100% ;
4+ }
5+
16body {
27 display : flex ;
38 flex-direction : column ;
49 min-height : 100vh ;
510 margin : 0 ;
611}
712
8- // Modernizr test for IE10 and IE11
9- // see: http://thatemil.com/blog/2013/11/03/sticky-footers-flexbox-and-ie10/
10- .flexboxtweener ,
11- .flexboxtweener body {
12- height : 100% ;
13- }
14-
1513#main {
1614 flex : 1 0 auto ;
1715}
Original file line number Diff line number Diff line change 105105 winText [ text ] = winText [ text ] . replace ( / x ( 8 6 | 6 4 ) / , arch )
106106 }
107107} ) ( document , navigator )
108-
109- /* eslint-disable */
110- /* Load Modernizr dynamically for IE10/11 and add test classes for sticky footer with flexbox */
111- ; ( function ( d , e , m , s ) {
112- if ( ! / ( M S I E | T r i d e n t ) / . test ( navigator . userAgent ) ) { return ; }
113- m = d . createElement ( e ) ;
114- s = d . getElementsByTagName ( e ) [ 0 ] ; m . async = 1 ; m . src = '/static/js/modernizr.custom.js' ;
115- m . onload = function ( ) { Modernizr . addTest ( 'flexboxtweener' , Modernizr . testAllProps ( 'flexAlign' ) ) ; } ;
116- s . parentNode . insertBefore ( m , s ) ;
117- } ) ( document , 'script' ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments