Refactor #6680 - For SpeedDial

pull/6687/head
tugcekucukoglu 2024-10-30 12:11:27 +03:00
parent 86a409e0aa
commit 9619e42aa8
1 changed files with 3 additions and 3 deletions

View File

@ -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;
@ -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;