overflow-y: hidden on body to prevent openLightbox from showing a scrollbar (#859)

This commit is contained in:
Devin Howard 2016-10-28 06:40:42 +08:00 committed by Connor Turland
parent 4f3d12d7a5
commit 6b1220b533

View file

@ -82,7 +82,7 @@ body {
font-family: 'din-medium', helvetica, sans-serif;
color: #424242;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
overflow: hidden;
}
h1,
h2,