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
commit
a96874e1e1
|
@ -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