diff --git a/baas/static/stylesheets/custom.css b/baas/static/stylesheets/custom.css index 9bd9c2bcb222ee8f0ade2c7bbce9eff8a0555edd..3953751faf084b14ed6c785b8e2bce044d10f940 100644 --- a/baas/static/stylesheets/custom.css +++ b/baas/static/stylesheets/custom.css @@ -104,12 +104,13 @@ body legend, .template-list-title { margin-right: 15px; } #loader { - position: absolute; + position: fixed; top: 50%; bottom: 0%; - left: 0; + left: 50%; right: 0%; z-index: 99; + transform: translate(-50%, -50%); } .add-button { margin-bottom: 10px;