Remove scrollbar in default app spec wrapper

old
Javi Velasco 2015-12-19 14:03:30 +01:00
parent 5293585cf0
commit e788a21227
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
$offset: 1.8 * $unit;
.app {
@include no-webkit-scrollbar;
padding: (8.2 * $unit) $offset $offset;
background-color: #f5f5f5;
> section, > div > section {