In my project there is one scrollable table and one “not scrollable” (the first two columns are fixed). In the scrolling table, I have buttons:

business cat
(source: cs625116.vk.me )

When scrolling a table, these buttons, for some reason, are drawn over a non-scrolling table (a table with headers).

business cat
(source: cs625116.vk.me )

Such a problem arises only with them, nor how can I figure out what the problem is = (

  • In addition to the screenshots in the text of the question should be your code or link by which the community can reproduce your problem. - Alex

1 answer 1

Solved a problem. That label, which does not scroll, asked z-index: 2 , and that's it, now the buttons are "under it".