From f959b6d4c65960a0d64b0e3c2b9eaa4a505b496c Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Mon, 17 Sep 2018 20:29:28 +0200 Subject: [PATCH] components: Repositioned menu to look better with scrollbar. --- marko/components/menu/style.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/marko/components/menu/style.less b/marko/components/menu/style.less index aee3e21..4a0275d 100644 --- a/marko/components/menu/style.less +++ b/marko/components/menu/style.less @@ -1,10 +1,11 @@ .menu { position: fixed; - top: 5.5em; + top: 6.5em; bottom: 0; width: 28ch; padding: 0.333em; + padding-bottom: 1em; text-align: left;