Commit 1791f81
UFAL/Fix self-delete tooltip being clipped by the EPeople table (#1373)
The disabled delete button's ngbTooltip renders inside the table's
.table-responsive wrapper, which has overflow-x: auto — clipping the
tooltip popover since the button sits near the table's right edge.
Add container="body" so the tooltip is appended to <body> instead,
escaping the overflow-clipped ancestor (same convention already used
elsewhere in this codebase, e.g. health-status and orcid-queue).
Fixes dataquest-dev/dspace-customers#800
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
(cherry picked from commit 96209c4)1 parent 488e888 commit 1791f81
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- src/app/access-control/epeople-registry
- eperson-form
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments