From af00d7ef11f5f852bc35b118c629e0be95ca1904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 22 Feb 2016 10:09:38 +0100 Subject: [PATCH] Fix overflow estimation in safari 9 --- app/styles/modules/common/lightbox.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 02d808fe..e2cf502c 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -529,6 +529,7 @@ margin-right: 0; } &:last-child { + flex-basis: 100%; margin: .1rem 0; min-width: 100%; }