We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c3548 commit 7157afaCopy full SHA for 7157afa
static/app/components/globalModal/index.tsx
@@ -292,7 +292,7 @@ export function GlobalModal({onClose}: Props) {
292
const fullPageCss = css`
293
position: fixed;
294
top: 0;
295
- right: var(--scrollbar-size, 0);
+ right: 0;
296
bottom: 0;
297
left: 0;
298
`;
@@ -309,6 +309,7 @@ const Backdrop = styled('div')`
309
310
const Container = styled('div')`
311
${fullPageCss};
312
+ right: var(--scrollbar-size, 0);
313
z-index: ${p => p.theme.zIndex.modal};
314
display: flex;
315
justify-content: center;
0 commit comments