Skip to content

Commit

Permalink
enforce content-box sizing for articulations to work
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeIJ committed Oct 22, 2022
1 parent 8dfd2f8 commit ae9fc8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Stick/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
width: var(--w);
height: var(--h);
background-color: transparent;
box-sizing: content-box;
padding: 0;
--bh: calc(var(--h) * 0.2);
position: absolute;
Expand Down

0 comments on commit ae9fc8f

Please sign in to comment.