Commit 3addd161 authored by Muhammadali's avatar Muhammadali

update-

parent 10b497a2
{
"name": "boxdialer",
"version": "3.1.4",
"version": "3.1.5",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -59,19 +59,20 @@ const ModalDropDown = styled.div`
background-color: #c9d5d9;
border-radius: 20px;
padding: 15px;
transition: 0.1s;
transition: 0.2s;
z-index: 15;
bottom: 60px;
left: 50%;
left: -15px;
${({ visiblevalue }) =>
visiblevalue
? {
opacity: '1',
bottom: '60px',
// transform: 'translate(-50%, 0)',
}
: {
opacity: '0',
bottom: '-130px',
// transform: 'translate(-50%, 0)',
}}
`;
......
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