Make stream clickable when panes are collapsed (#1209)

* Make stream clickable when panes are collapsed

* Tweak UI test
This commit is contained in:
Frank Noirot
2023-12-14 21:50:37 -05:00
committed by GitHub
parent bf68a87897
commit 16dd5aab96
3 changed files with 14 additions and 10 deletions

View File

@ -60,7 +60,9 @@ export const CollapsiblePanel = ({
<details
{...props}
data-testid={detailsTestId}
className={styles.panel + ' group ' + (className || '')}
className={
styles.panel + ' pointer-events-auto group ' + (className || '')
}
>
<PanelHeader
title={title}