Skip to content

Commit

Permalink
Position export button(s) above chat interface
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 20, 2024
1 parent 3f00d07 commit 7353401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumen/ai/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(
)
for label, e in self.export_functions.items()
),
styles={'position': 'absolute', 'right': '20px', 'top': '-5px', 'z-index': '999'},
styles={'position': 'relative', 'right': '20px', 'top': '-5px'},
sizing_mode='stretch_width',
visible=False
)
Expand Down

0 comments on commit 7353401

Please sign in to comment.