forked from abner/for-legacy-web
fix: fixed jump to bottom bar positioning
parent
136faadcec
commit
e7e8dbf23d
|
|
@ -22,7 +22,7 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
|
|||
${(props) =>
|
||||
props.position === "bottom" &&
|
||||
css`
|
||||
top: 65px;
|
||||
top: -28px;
|
||||
|
||||
${() =>
|
||||
isTouchscreenDevice &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue