Forum Discussion
First list item or document is hidden behind the column header row.
Beat ZimmermanI opened up a MS support ticket for this and they confirmed somehow our custom SPfx mega menu was causing the issue. This custom mega menu has been working for almost 3 years with no issue like this until a couple months ago. We can't get rid of our custom Mega menu yet. Long term goal is to use new out of the box mega menu but until then we need to figure this out.
Don Bridges
I experienced the same using SPfx and CSS.
If you are using a SPfx file for your custom menue, chances are high that there is a custom stylesheet too.
If so you can add the following lines:
.ms-DetailsList-headerWrapper {
margin-bottom:35px;
}
This will expand the header of lists and therefore show the first element of the list. In non Chromium based browsers there will be a slight margin before the first element, but I think that is acceptable.
- Don BridgesAug 14, 2020Copper Contributor
LarsThomas fortunately we were able to transition to the new out of the box Mega Menu which does not have this issue.