Fix responsive popup not taking all available width on desktop

This commit is contained in:
maver 2023-08-14 23:19:39 +02:00
parent a92333875c
commit 61b645f5ff

View File

@ -250,7 +250,6 @@
}
#completion_prompt_manager_popup {
max-width: var(--sheldWidth);
overflow-y: auto;
height: calc(100% - 40px);
position: absolute;