Browse Source

Merge pull request #700 from smiclea/fix-scroll

Fix horizontal scroll appearing when zooming out
Daniel Vincze 3 years ago
parent
commit
bedf20ea78

+ 1 - 0
src/components/modules/WizardModule/WizardOptions/WizardOptions.tsx

@@ -53,6 +53,7 @@ const Fields = styled.div<any>`
   display: flex;
   flex-direction: column;
   overflow: auto;
+  padding-right: 4px;
 `
 const Group = styled.div<any>`
   display: flex;