summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/src/renderer/components/NavigationBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/NavigationBar.tsx b/gui/src/renderer/components/NavigationBar.tsx
index f6dd419358..dd36c08850 100644
--- a/gui/src/renderer/components/NavigationBar.tsx
+++ b/gui/src/renderer/components/NavigationBar.tsx
@@ -189,7 +189,7 @@ export class NavigationContainer extends Component {
const showsBarSeparator = event.scrollTop > 11 && !hasSticky;
// that's when SettingsHeader.HeaderTitle goes behind the navigation bar
- const showsBarTitle = event.scrollTop > 39;
+ const showsBarTitle = event.scrollTop > 20;
if (
this.state.showsBarSeparator !== showsBarSeparator ||