Fixed #3504 - SpeedDial: Overlapping Issue

pull/3509/head
mertsincan 2023-01-09 14:10:43 +00:00
parent 2eb06ea8e5
commit 0ae83cd791
1 changed files with 4 additions and 0 deletions

View File

@ -536,6 +536,9 @@ export default {
.p-speeddial {
position: absolute;
display: flex;
}
.p-speeddial-button {
z-index: 1;
}
@ -548,6 +551,7 @@ export default {
justify-content: center;
transition: top 0s linear 0.2s;
pointer-events: none;
z-index: 2;
}
.p-speeddial-item {