Sfoglia il codice sorgente

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

Mathew Medoff 6 anni fa
parent
commit
c41aab0514
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {