Merge pull request #6273 from avramz/fix/input-number-buttons

fix: Adjust `p-inputnumber-button-group` `z-index` so it's not lower …
pull/6280/head
Tuğçe Küçükoğlu 2024-08-23 10:01:18 +03:00 committed by GitHub
commit a96874e1e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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 {