Skip to content

Commit

Permalink
fix: z-index position destroyed-tank image
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ndratov committed Oct 7, 2024
1 parent e988360 commit 9ddb44d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/src/pages/CreateThread/CreateThread.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
&::after {
content: '';
position: absolute;
z-index: -1;
right: 0;
bottom: 0;
width: 360px;
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/pages/Forum/Forum.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $title-color: #bebebe;
&::after {
content: '';
position: absolute;
z-index: -1;
right: 0;
bottom: 0;
width: 360px;
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/pages/Leaderboard/Leaderboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
&::after {
content: '';
position: absolute;
z-index: -1;
right: 0;
bottom: 0;
width: 360px;
Expand Down

0 comments on commit 9ddb44d

Please sign in to comment.