diff --git a/package-lock.json b/package-lock.json index eaae5c39..3c02d7b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aws/mynah-ui", - "version": "4.18.1-beta.1", + "version": "4.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aws/mynah-ui", - "version": "4.18.1-beta.1", + "version": "4.19.0", "hasInstallScript": true, "license": "Apache License 2.0", "dependencies": { diff --git a/package.json b/package.json index 7237acfe..1be6fe53 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aws/mynah-ui", "displayName": "AWS Mynah UI", - "version": "4.18.1-beta.1", + "version": "4.19.0", "description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI", "publisher": "Amazon Web Services", "license": "Apache License 2.0", diff --git a/src/styles/_splash-loader.scss b/src/styles/_splash-loader.scss index 401ac79c..3c533c07 100644 --- a/src/styles/_splash-loader.scss +++ b/src/styles/_splash-loader.scss @@ -8,8 +8,7 @@ bottom: 0; width: auto; height: auto; - background-repeat: no-repeat; - background-position: bottom center; + background: var(--mynah-color-bg) no-repeat bottom center; background-size: cover; opacity: 0; display: flex; @@ -17,8 +16,6 @@ justify-content: center; align-items: center; overflow: hidden; - z-index: 1000; - background-color: var(--mynah-color-bg); z-index: 1000000000; gap: var(--mynah-sizing-6); &,