overflow-y: hidden on body to prevent openLightbox from showing a scrollbar (#859)
This commit is contained in:
parent
4f3d12d7a5
commit
6b1220b533
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue