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