I’m having a problem with a hover effect on a link block.
When trying to hover, the background element fills the link block perfectly, but when hovering out, the background element seems to overflow the link block itself.
hi @Jacob_Nielsen problem is with mixing units on hover. On in you have % and on out is REM. When you set on both interactions identical units all will work as expected. For example set on out value to 25%