#*why* doesn't scrollable spotlight shrink?
3 messages · Page 1 of 1 (latest)
I do not know, it's not that I've intended it, it just does not work
The following css seems to do the trick if I apply it in the inspector on the docs:
.mantine-Spotlight-content {
height: auto;
}
.mantine-Spotlight-body {
max-height: var(--spotlight-max-height);
}