You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a SpeedDial overlaps another SpeedDial, the closed one can block clicks from the open one. Giving the open SpeedDial a higher z-index fixes the conflict for my instance at least.
mertsincan
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Discussion
Issue or pull request needs to be discussed by Core Team
labels
Jan 9, 2023
Describe the bug
When a SpeedDial overlaps another SpeedDial, the closed one can block clicks from the open one. Giving the open SpeedDial a higher z-index fixes the conflict for my instance at least.
Reproducer
https://codesandbox.io/s/jolly-river-f8z5n5
PrimeVue version
3.21.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Click on the upper SpeedDial, the buttons will show up under the lower SpeedDial or the buttons will not be clickable.
Expected behavior
The Open SpeedDial should have its button clickable even if it overlaps another SpeedDial
The text was updated successfully, but these errors were encountered: