Commit 5843e217 authored by Muhammadali's avatar Muhammadali

update version: 1.1.9

parent 3d2eef7c
...@@ -12,7 +12,7 @@ const ModalPhoneNumpadStyle = styled.div` ...@@ -12,7 +12,7 @@ const ModalPhoneNumpadStyle = styled.div`
width: 230px; width: 230px;
position: fixed; position: fixed;
bottom: 120px; bottom: 120px;
transition: 0.2s; transition: 0.2s !important;
z-index: 999; z-index: 999;
${({ hidden, position, variant }) => ${({ hidden, position, variant }) =>
hidden hidden
......
...@@ -27,7 +27,7 @@ const Root = ({ data, onSetDnd }) => { ...@@ -27,7 +27,7 @@ const Root = ({ data, onSetDnd }) => {
reasons: ['free', 'outcalls', 'home', 'totop'], reasons: ['free', 'outcalls', 'home', 'totop'],
reason: 'free', reason: 'free',
variant: 'bxmini', variant: 'bxmini',
position: 'bottomLeft', position: 'bottomRight',
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment