overflow-y: hidden on body to prevent openLightbox from showing a scrollbar

This commit is contained in:
Devin Howard 2016-10-27 16:52:23 +08:00
parent 7b4a072fd8
commit 2f965b65ff

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,