From 1cdf7c799d0b9376f422ecda79e451a94650869c Mon Sep 17 00:00:00 2001 From: Harsh Date: Thu, 7 Dec 2023 11:04:38 +0530 Subject: [PATCH] fix(ui-ux): fixed click functionality on menu items --- webapp/src/scss/_layout.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapp/src/scss/_layout.scss b/webapp/src/scss/_layout.scss index 62c74438e..2683d8e13 100644 --- a/webapp/src/scss/_layout.scss +++ b/webapp/src/scss/_layout.scss @@ -49,6 +49,13 @@ body { flex-grow: 1; } + a, + button, + .input-group, + svg { + -webkit-app-region: no-drag; + } + h1 { margin-bottom: 0; }