diff --git a/daras_ai_v2/base.py b/daras_ai_v2/base.py index 8e3610a28..82887cd1a 100644 --- a/daras_ai_v2/base.py +++ b/daras_ai_v2/base.py @@ -1308,9 +1308,7 @@ def get_credits_click_url(self): return "/account/" def get_submit_container_props(self): - return dict( - className="position-sticky bottom-0 bg-white", style=dict(zIndex=100) - ) + return dict(className="position-sticky bottom-0 bg-white") def render_submit_button(self, key="--submit-1"): with gui.div(**self.get_submit_container_props()):