Commit a61ab349 authored by Muhammadali's avatar Muhammadali

update-

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