software-mansion / software-mansion/live-debugger
Allow configuring button position
Open
feature
- Dominant language
- Elixir
- Stars
- 765
- Forks
- 29
- Avg merge
- 5d 2h
- Merged PRs (30d)
- 2
Description
Problem Description
There are cases where the default position of the button is problematic (interferes with UI, or covers up another dev tool button, etc.) While the button can be manually moved, it would be nice to be able to set a default position in accordance with the app's specific needs. An easy escape hatch would be CSS, but the webcomponent leverages shadow dom, but doesn't expose CSS variables for position or part attributes to allow targetting the button element.
Proposed Solution
I would be nice to have a part attribute for the button element to allow customizing the CSS.
Alternative Solutions
No response
Additional Context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.