From a3a33eb07dbb245274c44ad9db0b749ba32efcc2 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 5 Oct 2022 20:54:41 +0100 Subject: [PATCH] Trial fix for #23 --- styles/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/style.css b/styles/style.css index 2adf6ab..5649aff 100644 --- a/styles/style.css +++ b/styles/style.css @@ -127,6 +127,7 @@ body { color: white; padding: 12px; font-size: 12px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); border: none; border-bottom-left-radius: 10px; cursor: pointer; @@ -145,7 +146,7 @@ body { /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; - position: sticky; + position: static; background-color: #7fa7e6; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);