Commit 3addd161 authored by Muhammadali's avatar Muhammadali

update-

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