diff --git a/app/client/src/pages/Editor/IDE/EditorTabs/List.tsx b/app/client/src/pages/Editor/IDE/EditorTabs/List.tsx index 0884b47f778..e73b42762e1 100644 --- a/app/client/src/pages/Editor/IDE/EditorTabs/List.tsx +++ b/app/client/src/pages/Editor/IDE/EditorTabs/List.tsx @@ -8,6 +8,9 @@ import ListQuery from "../EditorPane/Query/List"; import ListJSObjects from "../EditorPane/JS/List"; const ListContainer = styled(Flex)` + position: absolute; + top: 32px; + padding-top: 4px; & .t--entity-item { grid-template-columns: 0 auto 1fr auto auto auto auto auto; height: 32px; @@ -24,7 +27,6 @@ export const List = () => { return (