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

Resizing does not work, column headers and data cells are misaligned. #55

Open
alexandis opened this issue Oct 17, 2015 · 0 comments
Open

Comments

@alexandis
Copy link

Not only it's all misaligned (i removed the classes, related to column fixed widths), but when I resize header - data cells are not resized, when I try to resize data cell - it does not react.
resizedoesnotwork
Tried Chrome and FF. Windows 8.1.

CSS:

.contentTable{}
.contentTable thead{
    display: block;
    position: relative;
}
.contentTable tbody{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 60vh;
    -ms-overflow-style: none;
}
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

1 participant