mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
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-side">
|
||||
<Menu
|
||||
portal={{
|
||||
target: scrollableRef.current,
|
||||
}}
|
||||
/>
|
||||
<Menu />
|
||||
{headerStart !== null && headerStart !== undefined ? (
|
||||
headerStart
|
||||
) : (
|
||||
|
|
Loading…
Reference in a new issue