Selaa lähdekoodia

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

Mathew Medoff 6 vuotta sitten
vanhempi
commit
c41aab0514
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {