html - Overflow-x: hidden also hides y content -


i have container text , image, , navigation div should (when time comes) slide in right.

to make happen, though i'd push div right of screen , put overflow-x: hidden on it's container hide it, , push screen when it's needed.

the problem is, when set overflow-x: hidden on container, clips off vertical content of navigation.
here's fiddle demo.

what have tried:

  • setting different values overflow-y
  • placing navigation div in different containers, inside , outside of content container

none of seem work.

i have looked @ other questions similiar issues, none solve problem - suggest alternative solutions don't fit situation.

thanks!

this .img class in css, have height: 200px;. image you're loading 310px tall, , bottom third (approximately) clipped off.


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -