Commit e496c620 authored by Muhammadali's avatar Muhammadali

update version: 0.9.4

parent 83870e15
{
"name": "boxdialer",
"version": "0.9.3",
"version": "0.9.4",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -14,7 +14,7 @@ DropDownStyle.Text = styled.div`
font-size: 22px;
`;
DropDownStyle.Window = styled.div`
display: ${({ visibleValue }) => (visibleValue ? 'block' : 'none')};
/* display: ${({ visibleValue }) => (visibleValue ? 'block' : 'none')}; */
position: fixed;
top: 0;
left: 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