File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,18 @@ html,body{
5555 font-weight : 400 ;
5656 font-size : 16px ;
5757 overflow-x : hidden;
58+ visibility : hidden;
5859}
5960
6061header {
61- position : relative;;
62- width: 100%;
63- height: 35px;
64- color : # fff ;
65- font- family: 'Source Sans Pro' , sans-serif ;
66- padding- left: 20px;
67- padding- to p: 20px;
68- padding- botto m: 20px;
62+ position : relative;;
63+ width: 100%;
64+ height: 35px;
65+ color : # fff ;
66+ font- family: 'Source Sans Pro' , sans-serif ;
67+ padding- left: 20px;
68+ padding- to p: 20px;
69+ padding- botto m: 20px;
6970}
7071
7172.header-text {
Original file line number Diff line number Diff line change @@ -189,6 +189,9 @@ $(function(){
189189
190190 Howler . volume ( volume ) ;
191191
192+ // Make header and footer visible
193+ $ ( 'body' ) . css ( 'visibility' , 'visible' ) ;
194+
192195} ) ;
193196
194197
You can’t perform that action at this time.
0 commit comments