Commit fee7860d authored by Muhammadali's avatar Muhammadali

update-

parent e6a9a7b1
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.3.8", "version": "4.3.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -91,10 +91,12 @@ const ModalDropDown = styled.div` ...@@ -91,10 +91,12 @@ const ModalDropDown = styled.div`
? { ? {
opacity: '1', opacity: '1',
transform: 'translate(-50%, 0)', transform: 'translate(-50%, 0)',
display: 'block',
} }
: { : {
opacity: '0', opacity: '0',
transform: 'translate(-50%, 0)', transform: 'translate(-50%, 0)',
display: 'none',
}} }}
`; `;
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