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 #6212
  • Loading branch information
avramz committed Aug 22, 2024
1 parent 90132fc commit 36e19ad
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 36e19ad

Please sign in to comment.