Skip to content

Commit 1def9e2

Browse files
committed
fix css
1 parent c675f44 commit 1def9e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/feedback/src/screenshot/components/ScreenshotInput.css.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function createScreenshotInputStyles(styleNonce?: string): HTMLStyleEleme
5656
padding: 8px;
5757
gap: 8px;
5858
border-radius: var(--menu-border-radius, 6px);
59-
background: var(--button-primary-background, var(--background));
59+
background: var(--button-background, var(--background));
6060
width: 175px;
6161
position: absolute;
6262
}
@@ -91,7 +91,6 @@ export function createScreenshotInputStyles(styleNonce?: string): HTMLStyleEleme
9191
}
9292
.editor__tool-container {
9393
position: absolute;
94-
z-index: 2;
9594
padding: 10px 0px;
9695
top: 0;
9796
}

0 commit comments

Comments
 (0)