Skip to content

Commit

Permalink
fix(combat): background image no longer blocks ground targetted skills
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 12, 2023
1 parent 8100022 commit 4a361bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/app/pages/combat/combat.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
justify-content: center;
opacity: 0.2;
width: 100%;
pointer-events: none;

app-background-art {
width: calc(var(--tile-dimensions) * 8);
Expand Down

0 comments on commit 4a361bf

Please sign in to comment.