From 61b645f5ff44f892d2669729e95ce7aecaaeeff5 Mon Sep 17 00:00:00 2001 From: maver Date: Mon, 14 Aug 2023 23:19:39 +0200 Subject: [PATCH] Fix responsive popup not taking all available width on desktop --- public/css/promptmanager.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/promptmanager.css b/public/css/promptmanager.css index a964e9fd6..74dac59f3 100644 --- a/public/css/promptmanager.css +++ b/public/css/promptmanager.css @@ -250,7 +250,6 @@ } #completion_prompt_manager_popup { - max-width: var(--sheldWidth); overflow-y: auto; height: calc(100% - 40px); position: absolute;