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

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 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/components/modules/WizardModule/WizardOptions/WizardOptions.tsx

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

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