From 49fe9869741d463078460f3de9216f207e34900b Mon Sep 17 00:00:00 2001 From: Keegan George Date: Tue, 3 Jun 2025 06:34:22 -0700 Subject: [PATCH] FIX: unable to scroll on mobile AI post helper results (#1396) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## :mag: Overview As reported on [Meta](https://meta.discourse.org/t/when-selecting-text-and-giving-ai-a-custom-prompt-based-on-the-text-the-popup-cannot-be-scrolled/368687?u=keegan), you are currently unable to scroll on long AI post helper results when on mobile. This update fixes that by allowing scroll back. No test as it's tricky to test scroll behavior. ## 🔗 Relevant Links https://meta.discourse.org/t/when-selecting-text-and-giving-ai-a-custom-prompt-based-on-the-text-the-popup-cannot-be-scrolled/368687 ## 📹 Screen Recording ### ← Before https://github.com/user-attachments/assets/9dc6f6a2-b9d4-46a8-91ee-ad1ed6f47de0 ### → After https://github.com/user-attachments/assets/ca93dba1-eefb-4d03-9b47-c4a8ba291117 --- assets/stylesheets/modules/ai-helper/mobile/ai-helper.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/stylesheets/modules/ai-helper/mobile/ai-helper.scss b/assets/stylesheets/modules/ai-helper/mobile/ai-helper.scss index 8aa0cb7e..2e16f4ae 100644 --- a/assets/stylesheets/modules/ai-helper/mobile/ai-helper.scss +++ b/assets/stylesheets/modules/ai-helper/mobile/ai-helper.scss @@ -12,7 +12,6 @@ display: flex; flex-direction: column; max-height: 100%; - overflow: hidden; } .ai-helper-options {