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

Pivot Grid Filter Dropdowns are not positioned correctly for Indigo Light theme. #15141

Open
skrustev opened this issue Dec 5, 2024 · 0 comments

Comments

@skrustev
Copy link
Member

skrustev commented Dec 5, 2024

Description

The Excel Style Filtering dropdowns for the Pivot Grid dimensions are not positioned correctly when using Indigo Light theme.

  • igniteui-angular version: 19.0.x
  • browser: any

Related to IgniteUI/grid-demos#2

Steps to reproduce

  1. Run the dev demos
  2. Change the theme to Indigo light in the _demo-theme.css file;
@include typography($font-family: $indigo-typeface, $type-scale: $indigo-type-scale);
@include theme(
    $palette: $light-indigo-palette,
    $schema: $light-indigo-schema,
);
  1. Open the localhost:4200/pivot sample
  2. Open a filter for any dimension

Result

The filter dropdowns are positioned top right of the screen when opened.

Expected result

The filter dropdowns show position under their respective icon for opening.

Attachments

pivot_dropdowns

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

1 participant