Difference between revisions of "Template:Wageningen UR/Menuv2"

Line 7: Line 7:
  
 
/*mask page while it is loading */
 
/*mask page while it is loading */
<div id="loading-mask"></div>
 
 
 
<style>
 
<style>
#loading-mask {
+
#globalWrapper {  
    margin:0;
+
     background-color: white;  
    padding:0;
+
     background-color: white;
+
    height: 100%;
+
    left: 0;
+
    position: fixed;
+
    top: 0;
+
    width: 100%;
+
 
     z-index: 9999;
 
     z-index: 9999;
 
}
 
}

Revision as of 23:08, 13 October 2017

/*mask page while it is loading */