Fixed loader position in chrome

This commit is contained in:
Rashid Khan 2013-02-27 10:54:19 -07:00
parent be7c530c57
commit 4d375bd0cb

View File

@ -26,6 +26,8 @@
.panel-loading {
position:absolute;
top: 0px;
left: 0px;
z-index: 800;
}