Skip to content

Commit 03d01db

Browse files
authored
fix(explore): Saved query actions are cut off by table overflow (#102511)
Switch the dropdown to a "fixed" strategy, so it opens over the table, which otherwise cuts it off. **Before:** <img width="179" height="191" alt="Screenshot 2025-10-31 at 3 50 03 PM" src="https://github.com/user-attachments/assets/c24c1421-36e8-4c19-88d8-82a9a02a8224" /> **After:** <img width="245" height="240" alt="Screenshot 2025-10-31 at 3 50 19 PM" src="https://github.com/user-attachments/assets/a78e0160-6ef8-45c6-a3ee-1acec9c46344" />
1 parent 516f096 commit 03d01db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/savedEntityTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ SavedEntityTable.CellActions = function CellActions({items}: {items: MenuItemPro
211211
items={items}
212212
position="bottom-end"
213213
size="sm"
214+
strategy="fixed"
214215
/>
215216
);
216217
};

0 commit comments

Comments
 (0)