|
@@ -138,7 +138,8 @@ export function useContentHeight(
|
|
|
upward(anchorEl, upwardSpace);
|
|
|
}
|
|
|
|
|
|
- let height = bottomIncludeBody - unref(layoutFooterHeightRef) - unref(offsetHeightRef) - substractHeight - substractSpaceHeight - upwardSpaceHeight;
|
|
|
+ let height =
|
|
|
+ bottomIncludeBody - unref(layoutFooterHeightRef) - unref(offsetHeightRef) - substractHeight - substractSpaceHeight - upwardSpaceHeight;
|
|
|
|
|
|
// compensation height
|
|
|
const calcCompensationHeight = () => {
|