fix lightbox overscroll

pull/1376/head
Matthew Hodgson 2016-04-12 00:35:00 +01:00
parent 8c619fedeb
commit b1ba69fd00
1 changed files with 3 additions and 3 deletions

View File

@ -82,10 +82,10 @@ limitations under the License.
-webkit-justify-content: center;
flex-direction: column;
-webkit-flex-direction: column;
padding-left: 60px;
padding-right: 60px;
padding-left: 30px;
padding-right: 30px;
min-height: 100%;
max-width: 270px;
max-width: 240px;
color: #fff;
}