diff --git a/components/HeaderMenu/index.scss b/components/HeaderMenu/index.scss index 212fa3c2..0299d5c2 100644 --- a/components/HeaderMenu/index.scss +++ b/components/HeaderMenu/index.scss @@ -4,7 +4,7 @@ display: none; min-width: 220px; position: absolute; - top: $unit * 5; // This shouldn't be hardcoded. How to calculate it? + top: $unit * 5.75; // This shouldn't be hardcoded. How to calculate it? // Also, add space that doesn't make the menu disappear if you move your mouse slowly z-index: 10; }