Skip to content

Commit

Permalink
lib: Fix a dropdown being hidden by a card
Browse files Browse the repository at this point in the history
  • Loading branch information
skobyda committed Aug 28, 2023
1 parent 97cc456 commit 3dc7649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/lib/patternfly/patternfly-5-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -591,3 +591,8 @@ select.pf-v5-c-form-control {
.pf-v5-u-font-weight-light {
font-weight: 300;
}

// Workaround for https://github.com/patternfly/patternfly/issues/5865
.pf-v5-c-card.pf-m-selectable, .pf-v5-c-card.pf-m-clickable {
isolation: auto;
}

0 comments on commit 3dc7649

Please sign in to comment.