vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.1.1 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.1.2
- old
+ new
@@ -13,9 +13,12 @@
box-sizing: border-box;
color: $color-black;
display: block;
max-height: 100%;
height: 100%;
+ @include overflow-scrolling(touch);
+ overflow-x: hidden;
+ overflow-y: auto;
max-width: 55px;
width: 55px;
}
.toolbar-alt {
border-left: 1px solid;
\ No newline at end of file