Commit b0aa4027 authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Removing scrollbars when not needed

parent 4141af3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ html, body {
}

@mixin _scroll {
  overflow: scroll;
  overflow: auto;
}

.inner-shadow {