|
@@ -209,7 +209,7 @@ onBeforeUnmount(() => {
|
|
|
is(rootMenu.theme, true),
|
|
is(rootMenu.theme, true),
|
|
|
opened ? '' : 'hidden',
|
|
opened ? '' : 'hidden',
|
|
|
'overflow-auto',
|
|
'overflow-auto',
|
|
|
- 'max-h-[calc(var(--reka-hover-card-content-available-height)-calc(var(--spacing)*5))]',
|
|
|
|
|
|
|
+ 'max-h-[calc(var(--reka-hover-card-content-available-height)-20px)]',
|
|
|
mode === 'horizontal' ? 'is-horizontal' : '',
|
|
mode === 'horizontal' ? 'is-horizontal' : '',
|
|
|
]"
|
|
]"
|
|
|
:content-props="contentProps"
|
|
:content-props="contentProps"
|