fix: Adjust `p-inputnumber-button-group` `z-index` so it's not lower when input text receives focus while in input group.

fixes #6212
pull/6273/head
uros 2024-08-22 11:57:44 +02:00
parent 90132fc104
commit 36e19ad42a
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 {