-
Notifications
You must be signed in to change notification settings - Fork 121
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
Comments
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 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. |
Can you create a fiddle? It would make it easier to debug |
Is it the same problem mentioned in http://stackoverflow.com/questions/23172507/bootstrap-3-btn-group-in-a-table-responsive? |
Closing this issue since it is an issue with Bootstrap (see: twbs/bootstrap#11037) |
In almost all of our tables we have
.btn-group
dropdowns and none of will work inside of.table-responsive
because we haveoverflow: 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! 👍 😄
The text was updated successfully, but these errors were encountered: