Compare commits

..

2 commits

Author SHA1 Message Date
f196f98317
Export SelectProperties type.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-09-24 19:50:38 +02:00
9edbc97d61
Fix max size of select suggestions.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-09-24 19:49:04 +02:00

View file

@ -1,6 +1,6 @@
.floating.suggestions .floating.suggestions
{ {
max-height: ~"min(90vh, 18em)"; height: ~"min(90vh, 18em)";
padding: 0.5em 0; padding: 0.5em 0;
overflow-y: auto; overflow-y: auto;