Merge pull request #2007 from basecamp/prompt-spacing-fix

Fixing Lexxy prompt menu spacing
This commit is contained in:
Andy Smith
2025-12-09 15:43:01 -06:00
committed by GitHub
+4
View File
@@ -295,6 +295,10 @@
max-height: 200px;
overflow: scroll;
&:is(.lexxy-prompt-menu--visible) {
padding: var(--lexxy-prompt-padding);
}
}
.lexxy-prompt-menu--visible {