15

The 'i am a total noob' feeling is real fiah like a mix tape right now. last week on a personal project i had the problem of placing a div within a div and the buttons not being clickable. i fixed it by fixing the positions of the elements. today the same thing but will a scrolling div and f*ck me right i just had to forget the solution. now i have been stuck for hours trying to figure out the right way and fooling around with no solution. learn your fundamentals.

Comments
  • 1
    Best thing to do is delete that block of css and rewrite it.
  • 1
    Throw it in a codepen/jsFiddle and share the link. I'll give it a try, if you want.
  • 3
    I'm in, I <3 css
  • 1
    Thanks a lot guys the prob is solved. I actually tried many solutions until i decided to just use z index to fix that element. the other way was to make it an inline block which was shifting my dynamic content. the scrolling works like a charm now
Add Comment