Open Closed

The lookup modal has a scrollbar on the pager - How to get rid of this #6828


User avatar
0
0365-Service created
  • ABP Framework version: v8.0.4
  • UI Type: Angular
  • Database System: EF Core SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

The pager has a scrollbar which looks ugly and unprofessional. How can i get rid of it. These lookups are via the abp input tags

<abp-lookup-input cid="group-manager-user-id-lookup-id"
                  formControlName="groupManagerUserId"
                  displayNameProp="finderDisplayName"
                  lookupNameProp="displayName"
                  [getFn]="service.getGroupManagerUserLookup"
                  [editingData]="service.selected?.groupManager"></abp-lookup-input>

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

1 Answer(s)
  • User Avatar
    0
    sinan created
    Angular Developer

    Hi, can you try to add global styles for <datatable-footer> element in styles.scss.

    you can set height, and overflow-y: hidden;

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.