Skip to content

Commit

Permalink
[UI] Update z-index for layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lw committed Jun 4, 2024
1 parent 1ab6fcc commit e30f304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const Base = styled(Component)<LayoutBaseProps>(({ theme: { extendToken, token }

'.ant-sw-screen-layout-body': {
position: 'relative',
zIndex: 1
zIndex: 5
},

'.game-background-image': {
Expand Down

0 comments on commit e30f304

Please sign in to comment.