Line 8: | Line 8: | ||
/*mask page while it is loading */ | /*mask page while it is loading */ | ||
<div id="loading-mask"></div> | <div id="loading-mask"></div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#loading-mask { | #loading-mask { | ||
+ | margin:0; | ||
+ | padding:0; | ||
background-color: white; | background-color: white; | ||
height: 100%; | height: 100%; |
Revision as of 23:07, 13 October 2017
/*mask page while it is loading */ #loading-mask { margin:0; padding:0; background-color: white; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; }