From 7c4056e30596329ee2a3f95c32183b08b978a594 Mon Sep 17 00:00:00 2001 From: Ilango Date: Wed, 13 Mar 2024 11:54:35 +0530 Subject: [PATCH] Show scrollbar when starter prompts exceed chat window width --- packages/ui/src/ui-component/cards/StarterPromptsCard.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ui/src/ui-component/cards/StarterPromptsCard.css b/packages/ui/src/ui-component/cards/StarterPromptsCard.css index 8fc6c07c..b9576d1f 100644 --- a/packages/ui/src/ui-component/cards/StarterPromptsCard.css +++ b/packages/ui/src/ui-component/cards/StarterPromptsCard.css @@ -2,7 +2,6 @@ display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; /* For momentum scroll on mobile devices */ - scrollbar-width: none; /* For Firefox */ } .button {