Skip to content

Commit

Permalink
fix: fix autofill position #WIK-16275
Browse files Browse the repository at this point in the history
  • Loading branch information
cmm-va committed Aug 9, 2024
1 parent 13abbb4 commit 50920fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/grid/src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
position: absolute;
width: 8px;
height: 8px;
right: 0;
bottom: 0;
right: -5px;
bottom: -5px;
border: 2px solid variables.$white;
background: variables.$primary;
cursor: crosshair;
Expand Down

0 comments on commit 50920fb

Please sign in to comment.