Add z-index on focus
parent
2956dd81da
commit
6dafbf623e
|
@ -64,4 +64,5 @@
|
||||||
|
|
||||||
.p-buttonset .p-button:focus {
|
.p-buttonset .p-button:focus {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
Loading…
Reference in New Issue