소스 검색

Updated wizard-step-form to compensate for overflow-y being removed from the base scss

Mathew Medoff 6 년 전
부모
커밋
c41aab0514
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      assets/stylesheets/wizard/wizard_custom.scss

+ 1 - 0
assets/stylesheets/wizard/wizard_custom.scss

@@ -113,6 +113,7 @@
     display: flex;
     flex-direction: column;
     width: 100%;
+    overflow-y: auto;
   }
 
   .wizard-field {