Skip to content

Commit

Permalink
Fix magnified block border radius (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Jan 24, 2025
1 parent 209647f commit 3d9d17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/block/block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
border: 2px solid transparent;
pointer-events: none;
padding: 2px;
border-radius: calc(var(--block-border-radius) + 2px);
border-radius: var(--block-border-radius);
z-index: var(--zindex-block-mask-inner);

&.show-block-mask {
Expand Down

0 comments on commit 3d9d17c

Please sign in to comment.