diff --git a/frontend/src/AppBuilder/LeftSidebar/LeftSidebar.jsx b/frontend/src/AppBuilder/LeftSidebar/LeftSidebar.jsx index aaf12714b9..b0e4170da1 100644 --- a/frontend/src/AppBuilder/LeftSidebar/LeftSidebar.jsx +++ b/frontend/src/AppBuilder/LeftSidebar/LeftSidebar.jsx @@ -238,7 +238,7 @@ export const BaseLeftSidebar = ({ toggleLeftSidebar(false); }} open={isSidebarOpen} - popoverContentClassName={`p-0 sidebar-h-100-popover ${selectedSidebarItem}`} + popoverContentClassName={`p-0 left-sidebar-scrollbar sidebar-h-100-popover ${selectedSidebarItem}`} side="right" popoverContent={renderPopoverContent()} popoverContentHeight={popoverContentHeight} diff --git a/frontend/src/AppBuilder/LeftSidebar/LeftSidebarInspector/CustomJSONViewer/Components/ArrayNode.jsx b/frontend/src/AppBuilder/LeftSidebar/LeftSidebarInspector/CustomJSONViewer/Components/ArrayNode.jsx index f9a0acf5ef..5c5d673c83 100644 --- a/frontend/src/AppBuilder/LeftSidebar/LeftSidebarInspector/CustomJSONViewer/Components/ArrayNode.jsx +++ b/frontend/src/AppBuilder/LeftSidebar/LeftSidebarInspector/CustomJSONViewer/Components/ArrayNode.jsx @@ -1,9 +1,10 @@ import React from 'react'; +import OverflowTooltip from '@/_components/OverflowTooltip'; const ArrayNode = ({ value }) => { return (