Fixing Lexxy prompt menu spacing

This commit is contained in:
Zoltan Hosszu
2025-12-08 12:25:51 +01:00
parent 15983cede3
commit d12eaa4073
+4
View File
@@ -293,6 +293,10 @@
max-height: 200px;
overflow: scroll;
&:is(.lexxy-prompt-menu--visible) {
padding: var(--lexxy-prompt-padding);
}
}
.lexxy-prompt-menu--visible {