From c711bdb0993c4ef8cfb6f320484a8ea6251c0ed3 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 26 Aug 2020 00:13:59 +0530 Subject: [PATCH] fix: Awesomebar height --- frappe/public/scss/awesomebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/scss/awesomebar.scss b/frappe/public/scss/awesomebar.scss index 5c5b074c9d..e131739593 100644 --- a/frappe/public/scss/awesomebar.scss +++ b/frappe/public/scss/awesomebar.scss @@ -21,7 +21,7 @@ min-width: 100%; list-style: none; background-color: var(--fg-color); - max-height: unquote("min(60vh, 400px)"); + max-height: unquote("min(60vh, 300px)"); overflow-y: auto; overflow-x: hidden; border-radius: var(--border-radius-sm);