Content On Select HTML With Border Jumps On Hover
I am cross posting a question I asked on SO about how to prevent content within a select dropdown from jumping on hover https://stackoverflow.com/questions/79616717/content-on-select-html-with-border-jumps-on-hover
I would greatly appreciate it if someone could help me here or on SO with this question. Thank you!
4 Replies
does the width of the border has to be different?
if it does you can try using outline instead of border on hover and change the color of the border to transparent
for context: borders change the dimensions of the element, while outline doesn't
outline is the correct property to use on hover anyways
Thank you!