Fixes an issue where at certain browser zoom levels, horizontal scroll might appear in the Wizard Page.
@@ -53,6 +53,7 @@ const Fields = styled.div<any>`
display: flex;
flex-direction: column;
overflow: auto;
+ padding-right: 4px;
`
const Group = styled.div<any>`