foreignObject in svg element hides resize handle – Html
Adding a foreignObject to a svg element hides the handle of a resizable element. The follwoing snippet displays correctly <div style="height: 200px; width: 200px; resize: vertical; overflow: auto; background-color: #dfd"> <svg viewbox = "10 10 50 50" height="100" style="background-color: #fdd">…