Skip to content

Commit

Permalink
Place catcher out of the bound
Browse files Browse the repository at this point in the history
  • Loading branch information
solstice23 committed Nov 3, 2024
1 parent 0b5d6e6 commit 321dae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Main/Playfield/AutoCatcher.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.auto-catcher {
position: absolute;
left: -7.5%;
bottom: 0;
bottom: -6px;
width: 15%;
height: 6px;
border-radius: 10px 10px 0 0;
border-radius: 0 0 10px 10px;
background-color: #fff;
}

0 comments on commit 321dae7

Please sign in to comment.