0

a strange issue in bootstrap 3 responsive table combined with dropdown button.

attached are two images that demonstrate the issue, if you click the last dropdown button, it's being cut by the table frame.

everything alright here: https://i.stack.imgur.com/7nA9e.jpg

problem: https://i.stack.imgur.com/7it4F.jpg

advice anyone?

Thank you, Roman

  • 1
    can you please include your html and css code so we can see what's causing this. – yaloumi Feb 19 '15 at 13:45
  • I see the issue looks to be the overflow on the table-responsive container. You could possibly try setting it's `overflow-y:visible` as an override to the default--but that should only come into play on small screens (`@media screen and (max-width: 767px)`) since that is where it's set `hidden` in the default css... – Ted Feb 19 '15 at 14:54

0 Answers0