Describe the bug
Cell edit overlay does not appear when reflex app is deployed using Docker / Ubuntu 24.04. Div with id="portal" does not exist in the HTML.
To Reproduce
- Create a page with a
rx.data_editor with data
- Deploy using Docker / Ubuntu 24.04
- Click on a selected cell
- Cell overlay does not appear
Expected behavior
When clicking a selected cell, an editable div overlay should appear with the value of the selected cell.
Screenshots
What we should see

What is logged in the browser console

Specifics:
- Python Version: 3.13
- Reflex Version: 0.8.27
- OS: Ubuntu 24.04
- Browser: Microsoft Edge, Firefox, Google Chrome
Additional context
Overlay appears using OS: Microsoft Windows 11.
Possibly related to #2094