mirror of
https://github.com/hazemKrimi/react-weather-app.git
synced 2026-05-01 18:30:25 +00:00
Fix bug in search bar on mobile
This commit is contained in:
@@ -9,7 +9,6 @@ const GlobalStyles = createGlobalStyle`
|
|||||||
outline: none;
|
outline: none;
|
||||||
font-family: 'Poppins';
|
font-family: 'Poppins';
|
||||||
color: #000000;
|
color: #000000;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ const Wrapper = styled.div`
|
|||||||
const Input = styled.input`
|
const Input = styled.input`
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: rgba(0, 0, 0, 0.5);
|
color: rgba(0, 0, 0, 0.5);
|
||||||
|
|||||||
Reference in New Issue
Block a user