mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 08:24:16 +02:00
add list filter collections
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
.dropdown {
|
||||
padding: var(--theme-spacing-lg);
|
||||
padding: var(--theme-spacing-sm);
|
||||
color: var(--theme-colors-foreground);
|
||||
background: var(--theme-colors-background);
|
||||
border: 1px solid var(--theme-colors-border);
|
||||
border-radius: var(--theme-radius-xl);
|
||||
border: 2px solid var(--theme-colors-border);
|
||||
border-radius: var(--theme-radius-md);
|
||||
box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 40%);
|
||||
filter: drop-shadow(0 0 5px rgb(0 0 0 / 50%));
|
||||
}
|
||||
|
||||
@@ -36,6 +36,8 @@ export const Popover = ({ children, ...props }: PopoverProps) => {
|
||||
classNames={{
|
||||
dropdown: styles.dropdown,
|
||||
}}
|
||||
closeOnClickOutside={true}
|
||||
closeOnEscape={true}
|
||||
offset={10}
|
||||
transitionProps={{ transition: getTransition(props.position) }}
|
||||
withArrow={false}
|
||||
|
||||
Reference in New Issue
Block a user