From 26b7893c71ad24711234eee0eeabe6bbf2315499 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Sat, 30 Jul 2022 01:35:56 +0100 Subject: [PATCH] Fix drop down positioning. --- base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.css b/base.css index 9f0372e..1b94da4 100644 --- a/base.css +++ b/base.css @@ -161,7 +161,7 @@ main{ position: fixed; text-align: center; top: 66px; - left: 136px; + left: 18px; max-height: 100%; width: 230px; height: auto;