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>
|
</ul>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
<Input type="text"
|
<Input type="text"
|
||||||
className="txt-lg"
|
className="grid__cell txt-lg"
|
||||||
placeholder="http://echo.insomnia.rest/status/200"
|
placeholder="http://echo.insomnia.rest/status/200"
|
||||||
initialValue={request.url}
|
initialValue={request.url}
|
||||||
onChange={onUrlChange}/>
|
onChange={onUrlChange}/>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 10;
|
z-index: 100;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
|
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
&.grid--center {
|
&.grid--center {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -24,7 +23,6 @@
|
|||||||
|
|
||||||
& > .grid__cell {
|
& > .grid__cell {
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: auto;
|
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user