Posted February 09, 2016
ssokolow: This is what's happening in Chrome when the space is small. I'm still trying to figure out why since nothing is visibly changing on the "footer-spacer" class when I hover back and forth and I'm either not using the DOM Breakpoints feature properly or the DOM on both it and the ".content" above it aren't changing either.
Also, I suspect it might be JavaScript-related because it's not directly tied to hover. (The space collapses when your cursor enters the last post but only expands when you enter another post, not when you leave the last one.)
I'm not great with CSS but I'll try having a poke about myself, it might just be that some odd effect occurs somewhere else that throws it all out... Also, I suspect it might be JavaScript-related because it's not directly tied to hover. (The space collapses when your cursor enters the last post but only expands when you enter another post, not when you leave the last one.)
I agree it's probably a Chrome issue as other browsers seem to be fine (I'll check myself in Firefox to see, but I doubt it will be a problem if others aren't getting the same issue)
Edit: The effect seems to occur if I force :focus on the element rather then hover, but there's no corresponding CSS I can see that would cause it..
Post edited February 09, 2016 by adaliabooks