Refactor SpaceSearch into its own component

This commit is contained in:
Jon Staab
2026-02-16 09:03:00 -08:00
parent c2d0ec92bf
commit 2c05bc6961
8 changed files with 195 additions and 612 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
const className = cx(
props.class,
"scroll-container cw cb fixed top-[calc(var(--sait)+5rem)] md:top-[calc(var(--sait)+3rem)] z-feature overflow-y-auto overflow-x-hidden",
"scroll-container cw cb ct fixed z-feature overflow-y-auto overflow-x-hidden",
)
</script>