vendor/assets/stylesheets/blocks/_reset.scss in active_frontend-15.1.4 vs vendor/assets/stylesheets/blocks/_reset.scss in active_frontend-15.1.5
- old
+ new
@@ -152,11 +152,12 @@
@include overflow-scrolling(touch);
@include tap-highlight-color(color(transparent));
@include text-size-adjust(100%);
display: inline;
height: 100%;
- width: 100%;
touch-action: manipulation;
+ visibility: visible;
+ width: 100%;
}
body {
background: color(white);
border-color: color(dark-haze);
color: color(black);