mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #3504 - SpeedDial: Overlapping Issue
This commit is contained in:
parent
2eb06ea8e5
commit
0ae83cd791
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue