Try portal to document.body
This commit is contained in:
parent
acf69f9571
commit
d02aea4616
1 changed files with 1 additions and 5 deletions
|
@ -255,11 +255,7 @@ function Timeline({
|
||||||
>
|
>
|
||||||
<div class="header-grid">
|
<div class="header-grid">
|
||||||
<div class="header-side">
|
<div class="header-side">
|
||||||
<Menu
|
<Menu />
|
||||||
portal={{
|
|
||||||
target: scrollableRef.current,
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
{headerStart !== null && headerStart !== undefined ? (
|
{headerStart !== null && headerStart !== undefined ? (
|
||||||
headerStart
|
headerStart
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Add table
Reference in a new issue