Do you mean the appearance of the target position indicator ("shadow")?
It looks like you are using custom CSS. However, the dimensions of the shadow are fixed and you need to respect them when setting custom styles.
I recommend using "box-sizing: border-box" to prevent borders and padding styles from affecting the dimensions.