Maxwell Gerber

Results 2 comments of Maxwell Gerber

IIRC (this was for an internship project a few years ago), I forked my own copy of the repo and added the code myself. I think I really wanted the...

My workaround for this was to add a child div with ```css .hackyOffPageElement { position: absolute; bottom: -20px; display: block; height: 10px; width: 10px; } ``` That way, there's always...