From e13d8b2c5d1d96b8a1f7ca4198f31d536a9fe478 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 11 Jan 2021 00:17:02 +0100 Subject: Work around gaps between image and border with Chromium --- quatuor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quatuor.css b/quatuor.css index f3d942e..8b044f1 100644 --- a/quatuor.css +++ b/quatuor.css @@ -20,11 +20,11 @@ main #photos { position: relative; width: 6em; height: 100%; + background-color: #ddd; /* Workaround for chromium bug#377847. */ border-color: #ddd; border-width: 0.3em; border-style: solid; border-radius: 0.3em; - box-sizing: border-box; overflow: hidden; } -- cgit v1.2.3