From ce11213547b832fe68573803d0e4aa51e465aba3 Mon Sep 17 00:00:00 2001 From: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Date: Fri, 28 Apr 2023 22:58:05 +0530 Subject: [PATCH] positon fixed (#140) --- app/styles/Menubar.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/Menubar.module.css b/app/styles/Menubar.module.css index 05adc18f..a94ba347 100644 --- a/app/styles/Menubar.module.css +++ b/app/styles/Menubar.module.css @@ -136,7 +136,7 @@ font-weight: 700; color: #87898d; width: 18rem; - margin-bottom: -1rem; + margin-bottom: 0rem; pointer-events: none; cursor: default; opacity: 0.7;