From a97593931ba1b5e4c6f694c074be02091f8349b4 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Mon, 5 Aug 2024 18:41:39 +0100 Subject: [PATCH] align dropdown left instead of right --- src/css/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/header.css b/src/css/header.css index 3d0528a1..3064de37 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -406,7 +406,7 @@ body { border-radius: 0 0 0.25rem 0.25rem; display: none; top: 100%; - right: 0; + left: 0; min-width: 100%; position: absolute; }