Просмотр исходного кода

Fix horizontal scroll appearing when zooming out

Fixes an issue where at certain browser zoom levels, horizontal scroll
might appear in the Wizard Page.
Sergiu Miclea 4 лет назад
Родитель
Сommit
600058d11c

+ 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;