From e97c9ff265abfa7c46f18f2b0cf841a223317ba6 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Thu, 13 Sep 2018 20:04:19 +0300 Subject: [PATCH] Fix fullscreen mode for videos. I was unable to reproduce the border radius issue. --- client/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index fde9641c..3324a23f 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1420,7 +1420,6 @@ background on hover (unless active) */ margin-top: 6px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); - contain: content; /* This fixes a display bug where border-radius stopped working on image link hover */ } /* This applies to images of preview-type-image and thumbnails of preview-type-link */