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

table: when header is fixed, header scrollbar should not be displayed #8414

Closed
abenhamdine opened this issue Dec 3, 2017 · 1 comment
Closed

Comments

@abenhamdine
Copy link
Contributor

abenhamdine commented Dec 3, 2017

Version

3.0.0RC4

Environment

Windows 10, Chrome 63

Reproduction link

http://beta.ant.design/components/table/#components-table-demo-fixed-header

Steps to reproduce

Just see header in example http://beta.ant.design/components/table/#components-table-demo-fixed-header

What is expected?

If the header is fixed, no scrollbar should be displayed for the header

What is actually happening?

The vertical scrollbar is displayed, while useless because disabled


Possible fix:

.ant-table-fixed-header .ant-table-scroll .ant-table-header {
    overflow: hidden; /* instead of overflow:scroll */
}
@afc163
Copy link
Member

afc163 commented Dec 3, 2017

#6800

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

No branches or pull requests

2 participants