Forum Discussion
Beat Zimmerman
Apr 16, 2020Brass Contributor
First list item or document is hidden behind the column header row.
I started to observe a pretty annoying behavior of SharePoint lists and document libraries these days. It appears that the first item in the list (or the first document in the library) is hidden b...
LarsThomas
Aug 14, 2020Copper Contributor
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 Bridges
Aug 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.