keyboard reveal + adaptive fix
This commit is contained in:
@@ -291,7 +291,13 @@ export const FullScreenButton = styled.button`
|
||||
export const InputHolder = styled.div`
|
||||
background-color: rgba(0, 0, 0, .0);
|
||||
width: calc(100% - 70px);
|
||||
height: 100%;
|
||||
height: 60px;
|
||||
right: 70px;
|
||||
top: 12px;
|
||||
left: 12px;
|
||||
position: absolute;
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
width: 100%;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user