Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdowns in table are cut off by overflow: hidden #6

Closed
Robdel12 opened this issue Apr 22, 2014 · 4 comments
Closed

Dropdowns in table are cut off by overflow: hidden #6

Robdel12 opened this issue Apr 22, 2014 · 4 comments

Comments

@Robdel12
Copy link

table-overflow-issues

In almost all of our tables we have .btn-group dropdowns and none of will work inside of .table-responsive because we have overflow: hidden on it. Which is expected because this is how the responsive table solution works. It makes the table scrollable left to right when it's wider than the current viewport.

I'm currently trying figure out a way to d,o this probably with JavaScript, but I wanted to see what others think. Let the community power do work! 👍 😄

@jglovier
Copy link

Sorry @Robdel12, I'm not familiar with the framework you're using here (just saw your tweet and jumped in), but I can tell you that there is no way to unhide things being clipped with overflow: hidden; in CSS without scrolling or removing overflow: hidden;. The best you could do in JavaScript would be to recreate the element outside the container with overflow: hidden; set, although that seems like a cumbersome solution at best.

However, if you share your code (link to your github repo, or even better would be a rendered version like codepen or jsfiddle) I could take a closer look and offer a better suggestion.

@nadangergeo
Copy link
Owner

Can you create a fiddle? It would make it easier to debug

http://jsfiddle.net/

@nadangergeo
Copy link
Owner

@nadangergeo
Copy link
Owner

Closing this issue since it is an issue with Bootstrap (see: twbs/bootstrap#11037)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants