Skip to content

Commit

Permalink
fix: Adjust p-inputnumber-button-group z-index so it's not lower …
Browse files Browse the repository at this point in the history
…when input text receives focus while in input group.

fixes primefaces#6212
  • Loading branch information
avramz authored and LeaderbotX400 committed Aug 29, 2024
1 parent 03733ca commit b9d9b80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const theme = ({ dt }) => `
top: 1px;
right: 1px;
height: calc(100% - 2px);
z-index: 1;
}
.p-inputnumber-stacked .p-inputnumber-increment-button {
Expand Down

0 comments on commit b9d9b80

Please sign in to comment.