diff --git a/src/renderer/appstore/components/AppButton/AppButton.scss b/src/renderer/appstore/components/AppButton/AppButton.scss index 275a8cc6d..9e1819ab7 100644 --- a/src/renderer/appstore/components/AppButton/AppButton.scss +++ b/src/renderer/appstore/components/AppButton/AppButton.scss @@ -1,9 +1,10 @@ .appbutton { + background-color: transparent; box-shadow: 0px 2px 6px rgba(30, 27, 82, 0.12); border-radius: 4px; width: 380px; cursor: pointer; - z-index: 1; + z-index: 0; &:hover { box-shadow: 2px 4px 6px rgba(30, 27, 82, 0.12); diff --git a/src/renderer/appstore/components/AppStore/AppStore.scss b/src/renderer/appstore/components/AppStore/AppStore.scss index e22080a47..bf722ffb0 100644 --- a/src/renderer/appstore/components/AppStore/AppStore.scss +++ b/src/renderer/appstore/components/AppStore/AppStore.scss @@ -10,12 +10,15 @@ } .top { - position: absolute; + position: sticky; + height: 0; + top: 0; + transform: translate(-24px, -24px); svg { + z-index: -1; max-width: 90%; height: auto; - transform: translate(-24px, -24px) } } }