vendor/assets/stylesheets/canvas.scss in active_frontend-2.0.13 vs vendor/assets/stylesheets/canvas.scss in active_frontend-2.0.14
- old
+ new
@@ -14,9 +14,11 @@
box-sizing: border-box;
display: block;
float: left;
height: 100%;
min-height: 100%;
+ -webkit-overflow-scrolling: touch;
+ overflow-scrolling: touch;
}
.canvas-content {
padding: 30px 0;
max-width: calc(100% - 280px);
width: calc(100% - 280px);
\ No newline at end of file