mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-10 13:26:44 +00:00
removing uptolerance
This commit is contained in:
parent
06b341a533
commit
8cfb0b479c
@ -8,7 +8,7 @@ const { publicRuntimeConfig } = getConfig();
|
||||
|
||||
const PageHeader = () => (
|
||||
<div className="page-header" style={{ backgroundImage: `url(${publicRuntimeConfig.subDirPath}/static/img/header-bg.jpg)` }}>
|
||||
<Headroom disableInlineStyles downTolerance={120} upTolerance={30}>
|
||||
<Headroom disableInlineStyles downTolerance={120}>
|
||||
<div className="sticky-header">
|
||||
<div className="container">
|
||||
<div className="logo">
|
||||
|
Loading…
x
Reference in New Issue
Block a user