♻️ Change overflow:scroll to overflow:auto

This commit is contained in:
Baptiste Arnaud
2024-01-25 16:35:16 +01:00
parent 0f245b8e57
commit ab010657b2
29 changed files with 28 additions and 55 deletions

View File

@@ -152,7 +152,7 @@ export const ButtonsItemNode = ({ item, indices, isMouseOver }: Props) => {
<PopoverArrow bgColor={arrowColor} />
<PopoverBody
py="6"
overflowY="scroll"
overflowY="auto"
maxH="400px"
shadow="lg"
ref={ref}

View File

@@ -127,7 +127,7 @@ export const PictureChoiceItemNode = ({
<PopoverArrow />
<PopoverBody
py="6"
overflowY="scroll"
overflowY="auto"
maxH="400px"
shadow="lg"
ref={ref}

View File

@@ -109,7 +109,7 @@ export const ConditionItemNode = ({ item, isMouseOver, indices }: Props) => {
<PopoverArrow />
<PopoverBody
py="6"
overflowY="scroll"
overflowY="auto"
maxH="400px"
shadow="lg"
ref={ref}