Bug Report
- Package version(s): 5.60.0
- Browser and OS versions: Chrome
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? No
Requested priority: (Normal)
Products/sites affected: (if applicable)
Demo App for ScrollablePane
Describe the issue:
The Header is shown correctly on first draw - even if it is a bit overpainted from the scrollbar (making the header slightly narrower would be great).
If the scrollbar is used, the Sticky header is repainting itself. As it is as wide as the container it is overwriting the scrollbar at the top.
Actual behavior:
Scrollbar is overwritten from sticky header in DetailsList after scroll has taken place.
Expected behavior:
Scrollbar is visible completely in all cases.
Header is completely visible even if scrollbar is shown.
If applicable, please provide a codepen repro:
See fabric component demo in ScrollablePaneDetailsListExample.
Bug Report
Priorities and help requested (not applicable if asking question):
Are you willing to submit a PR to fix? No
Requested priority: (Normal)
Products/sites affected: (if applicable)
Demo App for ScrollablePane
Describe the issue:
The Header is shown correctly on first draw - even if it is a bit overpainted from the scrollbar (making the header slightly narrower would be great).
If the scrollbar is used, the Sticky header is repainting itself. As it is as wide as the container it is overwriting the scrollbar at the top.
Actual behavior:
Scrollbar is overwritten from sticky header in DetailsList after scroll has taken place.
Expected behavior:
Scrollbar is visible completely in all cases.
Header is completely visible even if scrollbar is shown.
If applicable, please provide a codepen repro:
See fabric component demo in ScrollablePaneDetailsListExample.