From 2a8a7bd1079bc4387f50f8ae139cc55274ea64c4 Mon Sep 17 00:00:00 2001 From: Kaan Kabalak Date: Tue, 12 Jul 2022 19:59:59 -0700 Subject: [PATCH] Fix nav dropdown disappearing on Safari --- source/_static/scss/includes/_header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_static/scss/includes/_header.scss b/source/_static/scss/includes/_header.scss index d74548da..acf31c35 100644 --- a/source/_static/scss/includes/_header.scss +++ b/source/_static/scss/includes/_header.scss @@ -142,7 +142,7 @@ border-width: 0 6px 4px; border-color: transparent transparent #fff; position: absolute; - bottom: -2px; + bottom: 0; transition: opacity 200ms; z-index: 2; } @@ -245,7 +245,7 @@ transform: translateX(calc(-50% + 3rem)); position: absolute; left: 0; - top: 2.65rem; + top: 100%; opacity: 0; transition: opacity 200ms; pointer-events: none;