Merge pull request 'Fix can not hide navbar when click scroll down button bug' (#17) from FatttSnake into dev
Reviewed-on: FatttSnake/fatweb-ui#17
This commit was merged in pull request #17.
This commit is contained in:
@@ -123,7 +123,7 @@ const Home: React.FC = () => {
|
|||||||
{slogan || <> </>}
|
{slogan || <> </>}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className={'scroll-down'} onClick={handleScrollToContent(1)}>
|
<div className={'scroll-down'} onClick={handleScrollDown}>
|
||||||
<Icon
|
<Icon
|
||||||
component={IconFatwebDown}
|
component={IconFatwebDown}
|
||||||
style={{ fontSize: '1.8em', color: '#666' }}
|
style={{ fontSize: '1.8em', color: '#666' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user