[Style] Fix pointer events on graph canvas panel content (#2534)

This commit is contained in:
Chenlei Hu
2025-02-12 14:11:54 -05:00
committed by GitHub
parent 2cb9d4dd1c
commit 9082903956
2 changed files with 2 additions and 3 deletions

View File

@@ -75,8 +75,6 @@ const getTabTooltipSuffix = (tab: SidebarTabExtension) => {
flex-direction: column;
align-items: center;
pointer-events: auto;
width: var(--sidebar-width);
height: 100%;