Commit 8322189
committed
fix(webapp): pad the debug tooltip so the copy button isn't clipped
The copy button is absolutely positioned to the right of each value
(`-right-6`), which pushed it past the popover's right edge where
`overflow-y-auto` clipped it. Add right padding so it always shows.1 parent b512b3f commit 8322189
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments