Skip to content

Commit 49c3548

Browse files
committed
Apply suggestions from code review
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
1 parent f88b0d6 commit 49c3548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/indicators.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default Indicators;
3737

3838
const Toasts = styled('div')`
3939
position: fixed;
40-
right: calc(30px + var(--scrollbar-size, 0));
40+
right: calc(30px + var(--scrollbar-size, 0px));
4141
bottom: 30px;
4242
z-index: ${p => p.theme.zIndex.toast};
4343
`;

0 commit comments

Comments
 (0)