Explorar o código

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

Mathew Medoff %!s(int64=6) %!d(string=hai) anos
pai
achega
c41aab0514
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {