Commit e3a45b84 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed gallery overflow

parent 89b1f9da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -349,7 +349,7 @@ export default {
}

#container-left {
  overflow: hidden;
  overflow: auto;
  background-color: rgba(180, 180, 180, 0.025);
  width: 100%;
  height: 100%;