dropdown fix

This commit is contained in:
Gregory Schier 2016-04-05 21:25:47 -07:00
parent 2d393b0705
commit 56e2edbc80
3 changed files with 2 additions and 4 deletions

View File

@ -26,7 +26,7 @@ class UrlInput extends Component {
</ul>
</Dropdown>
<Input type="text"
className="txt-lg"
className="grid__cell txt-lg"
placeholder="http://echo.insomnia.rest/status/200"
initialValue={request.url}
onChange={onUrlChange}/>

View File

@ -9,7 +9,7 @@
position: absolute;
left: 0;
display: none;
z-index: 10;
z-index: 100;
width: 180px;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
padding-top: 4px;

View File

@ -7,7 +7,6 @@
justify-content: center;
align-items: stretch;
align-content: center;
overflow: auto;
&.grid--center {
align-items: center;
@ -24,7 +23,6 @@
& > .grid__cell {
display: flex;
overflow: auto;
flex: 1 1 100%;
}
}