Skip to content
Snippets Groups Projects
Unverified Commit 77f71047 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

fix funnel dashboard card overflow (#15869)

parent 6324cefc
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ export default class DashCard extends Component {
</DashboardCardActionsPanel>
) : null}
<WrappedVisualization
className={cx("flex-full", {
className={cx("flex-full overflow-hidden", {
"pointer-events-none": isEditingDashboardLayout,
})}
classNameWidgets={isEmbed && "text-light text-medium-hover"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment