Compare commits

..

2 commits

Author SHA1 Message Date
23d0ab147b
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:54:18 +02:00
72a3b9b9d2
Fix max size of select suggestions. 2024-09-24 19:54:07 +02:00

View file

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