fix: resolve theme, overflow, and z-index bugs in Remove Collection modal (#7590)

Use themed styled-component classes instead of hardcoded Tailwind colors
for the drafts confirmation modal, add text truncation for long collection
names, and lower EditableTable resize-handle z-index so it no longer
renders above modals.

Co-authored-by: Chirag Chandrashekhar <cchirag85@gmail.com>
This commit is contained in:
Chirag Chandrashekhar
2026-03-27 19:52:57 +05:30
committed by GitHub
parent d2f6eb146b
commit 7ef3981656
3 changed files with 117 additions and 93 deletions

View File

@@ -63,7 +63,7 @@ const StyledWrapper = styled.div`
height: 100%;
cursor: col-resize;
background: transparent;
z-index: 100;
z-index: 10;
&:hover,
&.resizing {