scss/toolkit/layout/code.scss in titon-toolkit-1.0.0 vs scss/toolkit/layout/code.scss in titon-toolkit-1.0.1
- old
+ new
@@ -42,10 +42,10 @@
white-space: pre-wrap;
background: transparent;
border: none;
}
- &.is-scrollable {
+ &.#{$state-is-prefix}scrollable {
max-height: 350px;
overflow-y: auto;
}
}
\ No newline at end of file