`::slotted` behaviour and Firefox
Hey all,
Hoping you can help me in getting to a solution. I've got two web components that work together,
On mobile, when the sidebar is opened we need to display the close button, that is, display the slot. On desktop however, this isn't necessary. So in the component
c-sidebar:
This is behaving as expected on Chromium -- the button isn't displayed until the break point of <= 768px. However on Firefox the button always has display: block and it is inherited from the light dom css.
Any help would be greatly appreciated.1 Reply
My fault, I'm a clown. 🤡