Skip to content

Commit efbadb7

Browse files
authored
Merge pull request #998 from kccuber-scratch/fix-scrollbar
Move "View All" from being inside the scrollbar
2 parents 3b3d9e5 + fa46785 commit efbadb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/update/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
position: absolute;
130130
left: 50%;
131131
top: calc(50% + calc(3 * 16px));
132-
transform: translateX(-50%) translateY(-50%);
132+
transform: translateX(-50%) translateY(-150%);
133133
font-size: calc(1 * 16px);
134134
font-weight: 600;
135135
color: black;
136-
opacity: .6;
136+
opacity: .65;
137137
cursor: pointer;
138138
}

0 commit comments

Comments
 (0)