Skip to content

Commit 0e6c116

Browse files
committed
Merge branch 'develop'
2 parents b30d89d + 49843cd commit 0e6c116

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/renderer/appstore/components/AppButton/AppButton.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
.appbutton {
2+
background-color: transparent;
23
box-shadow: 0px 2px 6px rgba(30, 27, 82, 0.12);
34
border-radius: 4px;
45
width: 380px;
56
cursor: pointer;
6-
z-index: 1;
7+
z-index: 0;
78

89
&:hover {
910
box-shadow: 2px 4px 6px rgba(30, 27, 82, 0.12);

src/renderer/appstore/components/AppStore/AppStore.scss

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
}
1111

1212
.top {
13-
position: absolute;
13+
position: sticky;
14+
height: 0;
15+
top: 0;
16+
transform: translate(-24px, -24px);
1417

1518
svg {
19+
z-index: -1;
1620
max-width: 90%;
1721
height: auto;
18-
transform: translate(-24px, -24px)
1922
}
2023
}
2124
}

0 commit comments

Comments
 (0)