So recently my pet Ripples got denied on spotlight because his scroll box is flashing when hovered over so it said its hard to sxroll? I'm on mobile all the time and also on my laptop and I don't see it! Any clue if people see this or should I make a ticket asking to relook? Or ideas on how to fix it?
something is up with the scroll. it bounces when I try to hover over it to scroll. I'm on a desk top.
From what I can tell of the coding, you repeat info twice.
{width: 150px; height: 270px; padding: 0px; overflow: auto; overflow: hover; position: absolute; top: -1px; left: 807px;}
{width: 395px; height: 430px; margin:0px; padding: 0px; overflow: auto; overflow: ; position: absolute; top: 96px; left: -258px;} :hover {width:395px; height: 200px; overflow:auto;}
I think sorting that out may help you.
Also the pet minion over laps your Info text box for by: dle it bleeds into your story making a wee bit hard to read that one spot.
Holiday Clickables
| |
@ Kid hopefully already handled the scroll problem, but just so you know, the minion's name overlaps your text box for me -- when the text is visible, it covers a bit of the sentence. it could use being nudged over to the left a little, i think.
e/ problem resolved, removed img
Thanks guys! C: I always edit on mobile so things are sorta set weird sometimes for me. Even viewing others profiles and pets! I had no idea I'll go see if i can fix it up!
EDIT: got rid of the double line and moved the minion over! How's it look and work now?
Your problem is because in your rule for info:hover you have height:200px there. This is causing the element's height to change on hover. Remove the "height: 200px" from that rule and it should fix the problem.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
minion looks great but i'm still getting the funky hover issue x: make sure the height on info and info:hover match, it looks like info:hover is half the size of the regular one. beaten by the 8) also, you have a random - hanging out outside of your div? you can see it in the picture, it's a little distracting o:
Oh boy I can't believe it was something so simple LOL. Usually I'm rate on the ball with making stuff match but I guess I had 2 info. In there So I'd end up editing that one and not the other. Wheewh should be fixed now! I FOUND THE - I did a little hunt and it should have been somewhere else. Ok Fellas it hopefully should be ok now?
it looks good to me!
It looks great now. The only other thing I suggest is adding this:
{ height: auto!important; }
So that the page doesn't scroll unless it needs to.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights