Fixed #3504 - SpeedDial: Overlapping Issue
parent
2eb06ea8e5
commit
0ae83cd791
|
@ -536,6 +536,9 @@ export default {
|
||||||
.p-speeddial {
|
.p-speeddial {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-speeddial-button {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -548,6 +551,7 @@ export default {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
transition: top 0s linear 0.2s;
|
transition: top 0s linear 0.2s;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-speeddial-item {
|
.p-speeddial-item {
|
||||||
|
|
Loading…
Reference in New Issue