Refactor #6680 - For SpeedDial
parent
86a409e0aa
commit
9619e42aa8
|
@ -24,7 +24,7 @@ const theme = ({ dt }) => `
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: 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;
|
pointer-events: none;
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
@ -46,8 +46,8 @@ const theme = ({ dt }) => `
|
||||||
|
|
||||||
.p-speeddial-mask {
|
.p-speeddial-mask {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
inset-inline-start: 0;
|
||||||
top: 0;
|
inset-block-start: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
Loading…
Reference in New Issue