fix: Adjust `p-inputnumber-button-group` `z-index` so it's not lower when input text receives focus while in input group.
fixes #6212pull/6273/head
parent
90132fc104
commit
36e19ad42a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue