ui: add card floater

This commit is contained in:
nick-delirium 2024-12-10 12:04:16 +01:00
parent 117d88efb0
commit 8947ee386a
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -57,8 +57,6 @@ function DashboardWidgetGrid(props: Props) {
className={cn(
'invisible group-hover:visible ',
'absolute -left-2 top-1/2 -translate-y-1/2',
// 'bg-white border shadow flex items-center p-1 rounded-full',
// 'cursor-pointer'
)}
>
<Popover arrow={false} overlayInnerStyle={{ padding: 0, borderRadius: '0.75rem' }} content={<AddCardSection fit inCards />} trigger={'click'}>