Skip to content

Commit

Permalink
💄 style: fix TelemetryNotification zindex (lobehub#2476)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored May 13, 2024
1 parent 344f257 commit 54524ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { preferenceSelectors } from '@/store/user/selectors';
const useStyles = createStyles(({ css, token, isDarkMode }) => ({
container: css`
position: absolute;
z-index: 100;
z-index: 1100;
bottom: 16px;
inset-inline-end: 20px;
Expand Down

0 comments on commit 54524ab

Please sign in to comment.