Add z-index on focus

pull/358/head
cagataycivici 2020-06-28 01:51:08 +03:00
parent 2956dd81da
commit 6dafbf623e
1 changed files with 1 additions and 0 deletions

View File

@ -64,4 +64,5 @@
.p-buttonset .p-button:focus {
position: relative;
z-index: 1;
}