mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
dropdown fix
This commit is contained in:
parent
2d393b0705
commit
56e2edbc80
@ -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}/>
|
||||
|
@ -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;
|
||||
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user