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.
2 parents aac3249 + 926cf80 commit dc744daCopy full SHA for dc744da
ts/components/buttons/PlayButton.tsx
@@ -5,7 +5,7 @@ import { SessionLucideIconButton } from '../icon/SessionIconButton';
5
6
const PlayButtonCentered = styled.div`
7
position: absolute;
8
- z-index: 1;
+ z-index: 0; // important to keep it at 0 so the close button in staged attachment is not covered by it
9
top: 0;
10
right: 0;
11
bottom: 0;
0 commit comments