Skip to content

Commit

Permalink
Merge pull request #6273 from avramz/fix/input-number-buttons
Browse files Browse the repository at this point in the history
fix: Adjust `p-inputnumber-button-group` `z-index` so it's not lower …
  • Loading branch information
tugcekucukoglu authored Aug 23, 2024
2 parents f88e092 + 36e19ad commit a96874e
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 a96874e

Please sign in to comment.