Skip to content

Commit dc744da

Browse files
authored
Merge pull request #1527 from session-foundation/fix/SES-4268/play-button-remove-staged-attachment
fix: make sure the play button is not covering remove staged attachment
2 parents aac3249 + 926cf80 commit dc744da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/components/buttons/PlayButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SessionLucideIconButton } from '../icon/SessionIconButton';
55

66
const PlayButtonCentered = styled.div`
77
position: absolute;
8-
z-index: 1;
8+
z-index: 0; // important to keep it at 0 so the close button in staged attachment is not covered by it
99
top: 0;
1010
right: 0;
1111
bottom: 0;

0 commit comments

Comments
 (0)