Skip to content

Commit

Permalink
fix: 再次修复z-index问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SSmJaE committed Apr 11, 2023
1 parent bc85ee4 commit a0bb839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function App() {
position: fixed;
top: 0;
left: 0;
z-index: 99;
}
`}
></Global>
Expand Down

0 comments on commit a0bb839

Please sign in to comment.