carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.71k stars 261 forks source link

`Dropdown` on `Tabs` on small screen won't close when click outside #1597

Open jqlio18 opened 1 year ago

jqlio18 commented 1 year ago

Dropdown on Tabs on small screen won't close when click outside.

To reproduce :

  1. Go to : https://carbon-components-svelte.onrender.com/components/Tabs#default
  2. Reduce your screen size
  3. Open the Dropdown menu
  4. Try to click outside
theetrain commented 1 year ago

It appears that Tabs are meant to scroll on small viewports, and not show as a Dropdown 🕵️ https://github.com/carbon-design-system/carbon/issues/4758

This is part of v11 styles and should be enhanced.

Relates to #1188, #569