#*why* doesn't scrollable spotlight shrink?

3 messages · Page 1 of 1 (latest)

small lark
marsh garnet
small lark
#

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);
}