From eebb719a9fb14c0fdc6d32f25bd2fc44d3c14970 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 5 Oct 2022 20:58:26 +0100 Subject: [PATCH] Trial fix for #23 --- styles/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/style.css b/styles/style.css index 04f207d..bd03a7b 100644 --- a/styles/style.css +++ b/styles/style.css @@ -147,6 +147,8 @@ body { .dropdown-content { display: none; position: absolute; + top: 10px; + right: 10px; background-color: #7fa7e6; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);