diff --git a/reflex/components/datadisplay/dataeditor.py b/reflex/components/datadisplay/dataeditor.py index 8973ac37b..a39cdfc90 100644 --- a/reflex/components/datadisplay/dataeditor.py +++ b/reflex/components/datadisplay/dataeditor.py @@ -347,7 +347,9 @@ class DataEditor(NoSSRComponent): return { (-1, "DataEditorPortal"): Portal.create( - id="portal", style={"position": "fixed", "top": 0} + id="portal", + position="fixed", + top=0, ) }