Skip to content

Commit

Permalink
safari ui fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gongdongho12 committed Jul 19, 2020
1 parent 84607ab commit beb039d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
5 changes: 3 additions & 2 deletions src/components/DefaultLayout/DefaultLayoutLast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ interface IDefaultLayoutProps {
}

const defaultStyle = {
display: 'flex',
height: "100%",
backgroundColor: "white",
};
Expand Down Expand Up @@ -201,7 +202,7 @@ const DefaultLayout: FunctionComponent<IDefaultLayoutProps> = (props) => {
overflow: "auto",
}}
>
{haveSearch && <FlexCenter
{haveSearch && <div><FlexCenter
style={{
flex: "1",
flexFlow: "column",
Expand Down Expand Up @@ -244,7 +245,7 @@ const DefaultLayout: FunctionComponent<IDefaultLayoutProps> = (props) => {
<EnvironmentFilled style={{ marginRight: '5px' }} />{`${location.name || '위치 확인중...'}`}
</FlexCenter>}
{/* </FlexCenter> */}
</FlexCenter>}
</FlexCenter></div>}
{/* <Layout style={{ padding: "0 24px 24px" }}> */}
{/* <Breadcrumb style={{ margin: "16px 0" }}>{pathDom}</Breadcrumb> */}
<Content
Expand Down
12 changes: 1 addition & 11 deletions src/containers/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,7 @@ interface Props {
}

const InfinityScrollWrapper: any = styled.div`
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
-o-flex-direction: row;
flex-direction: row;
display: block;
& > div {
width: 100%;
Expand Down

0 comments on commit beb039d

Please sign in to comment.