Reputation: 33
I want to see that centered triangle in border. So, i have a problem because parent component is relative. When I remove the relative, i can't put triangle to the center. I added our code to codesandbox. Can you help me?
https://codesandbox.io/s/objective-kepler-y33rl?file=/src/StepperView.tsx
Upvotes: 0
Views: 35
Reputation: 514
ok... that is a little bit tricky, you cannot make elements pop out if there is a wrapper cutting everything off. try with something like this:
Upvotes: 1