Skip to content

Commit

Permalink
Refactor #6680 - For SpeedDial
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 30, 2024
1 parent 86a409e commit 9619e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/primevue/src/speeddial/style/SpeedDialStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const theme = ({ dt }) => `
display: flex;
align-items: center;
justify-content: center;
transition: top 0s linear ${dt('speeddial.transition.duration')};
transition: inset-block-start 0s linear ${dt('speeddial.transition.duration')};
pointer-events: none;
outline: 0 none;
z-index: 2;
Expand All @@ -46,8 +46,8 @@ const theme = ({ dt }) => `
.p-speeddial-mask {
position: absolute;
left: 0;
top: 0;
inset-inline-start: 0;
inset-block-start: 0;
width: 100%;
height: 100%;
opacity: 0;
Expand Down

0 comments on commit 9619e42

Please sign in to comment.