Commit e496c620 authored by Muhammadali's avatar Muhammadali

update version: 0.9.4

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