Commit 9c997fe
fix(ui5-responsive-popover): fixed position of downward pointing arrow (#3508)
ResponsivePopover resets the custom property `_ui5_popup_content_padding`
as it is used by other components.
The calculation for the position of the arrow depended on the padding,
and the calculation will be wrong when the padding is set to "0".
Solved by changing the positioning of the arrow by using `top`.
Fixes #35001 parent 4b25668 commit 9c997fe
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
0 commit comments