Skip to content

Commit

Permalink
style update
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchoolur committed Mar 23, 2024
1 parent 2e0a77d commit d4dbab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/containers/DemoChatbots/DemoChatbots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const DemoChatbots = () => {
<Flex shrink={0} w="100%" justifyContent="space-between">
<Heading fontSize="30">Demo Chatbots</Heading>
</Flex>
<Box zIndex='1' pointerEvents='all' width="100%">{getChatBotLists()}</Box>
<Box zIndex='1' width="100%">{getChatBotLists()}</Box>
</VStack>
</Box>
);
Expand Down

0 comments on commit d4dbab6

Please sign in to comment.