Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blazorise DataGrid actions dropdown overflow issue #19859

Closed
1 task done
Jawad-Chughtai opened this issue May 18, 2024 · 6 comments
Closed
1 task done

Blazorise DataGrid actions dropdown overflow issue #19859

Jawad-Chughtai opened this issue May 18, 2024 · 6 comments
Assignees
Milestone

Comments

@Jawad-Chughtai
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

I am using Blazor Server with LeptonX theme and when actions dropdown is clicked inside the DataGrid that is "Responsive=true", the overflow of Dropdown menu is hidden and applying z-index to this dropdown menu does not seem to work.
image

Reproduction Steps

Creating a new Project with Blazor Server and .Net 8.
Following the ABP.io tutorial for Blazor Server for creating CRUD page.
Set DataGrid to Responsive=true, and make sure of enough columns for scrollbar to be visible.
Add 6-7 menu items in Actions dropdown in the datagrid.
Add only one or a couple of records so that, the dropdown opens towards top.

Expected behavior

The dropdown should be fully visible above the datagrid, and overflow should not be hidden
image

Actual behavior

When dropdown does not have enough space towards top, it's overflow is hidden
image

Regression?

No response

Known Workarounds

No response

Version

8.0.3

User Interface

Blazor Server

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

No response

@realLiangshiwei
Copy link
Member

The problem has been solved. You can try the latest version.

image

And please open a ticket on the support website if it's a bug. thanks for understanding

@Jawad-Chughtai
Copy link
Author

Hello @realLiangshiwei. For me updating the project to latest version using abp update does not resolve this problem. I do not own a license so can I still create a ticket for bug on support?
image

@realLiangshiwei
Copy link
Member

Are you using the Leptonx lite theme?

@Jawad-Chughtai
Copy link
Author

Jawad-Chughtai commented May 20, 2024

@realLiangshiwei Yes
image

@realLiangshiwei
Copy link
Member

realLiangshiwei commented May 21, 2024

I will fix it, you can add those styles to your CSS

.table-responsive {
  min-height: 580px;
  margin-bottom: 1rem;
}

@Jawad-Chughtai
Copy link
Author

@realLiangshiwei Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants