payloadcms/payload

Browse by folders: Sort dropdown is covered by table rows

Closed this issue · 5 comments

Describe the Bug.

A picture says more than a thousand words (browse by folder in table view):

Image

Reproduction Steps

Browser by folder somewhere where there is content, switch to list view, click the sort button.

Environment Info

Binaries:
  Node: 20.19.5
  npm: 10.8.2
  Yarn: N/A
  pnpm: N/A
Relevant Packages:
  payload: 3.56.0
  next: 15.4.4
  @payloadcms/db-mongodb: 3.56.0
  @payloadcms/email-nodemailer: 3.56.0
  @payloadcms/graphql: 3.56.0
  @payloadcms/next/utilities: 3.56.0
  @payloadcms/richtext-lexical: 3.56.0
  @payloadcms/translations: 3.56.0
  @payloadcms/ui/shared: 3.56.0
  react: 19.1.0
  react-dom: 19.1.0
Operating System:
  Platform: linux
  Arch: x64
  Version: #5794-Microsoft Mon Apr 07 17:55:00 PST 2025
  Available memory (MB): 32767
  Available CPU cores: 10

Actually, the same also happens with the dotdotdot menu:

Image

@CherryDT Can I fix this issue please?

This seems to fix it:

.search-bar {
  position: relative;
  z-index: 1;
}

🚀 This is included in version v3.57.0

This issue has been automatically locked.
Please open a new issue if this issue persists with any additional detail.