zeljkoprsa / waterlee-boilerplate

Magento HTML5 Responsive Theme Boilerplate
Creative Commons Zero v1.0 Universal
293 stars 102 forks source link

Shopping cart off-canvas broken on iOS and small android phones #67

Closed austinpray closed 9 years ago

austinpray commented 9 years ago

Yikes

screenshot 2014-11-15 11 11 00 screenshot 2014-11-15 11 10 19

austinpray commented 9 years ago

It's because the $off-canvas-width is manually set to 340px

this is what it is by default:

$off-canvas-width: rem-calc(250) !default;