diff --git a/css/welcome-panel.css b/css/welcome-panel.css index 04d0a05..def752c 100644 --- a/css/welcome-panel.css +++ b/css/welcome-panel.css @@ -401,18 +401,12 @@ .welcome__loading-overlay { position: absolute; - top: -10px; - left: -10px; - right: -10px; - bottom: -10px; + top: 0; + left: 0; + width: 100%; + height: 100%; z-index: 10; - background-color: rgba(255, 255, 255, 0.6); } - @media (min-width: 782px) { - .welcome__loading-overlay { - top: -20px; - left: -20px; - right: -20px; - bottom: -20px; } } + background-color: rgba(255, 255, 255, 0.9); } .welcome__loading-message { position: absolute;