From 2b663ed2b629faf20e027f025d1c55bbda2417d2 Mon Sep 17 00:00:00 2001 From: vinzv Date: Thu, 18 Oct 2018 22:49:03 +0200 Subject: [PATCH] Fix broken credits box Otherwise the content is exceeding the box, both on desktop and mobile. --- view/theme/frio/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c563dd121a..731c0e701f 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2199,6 +2199,9 @@ ul.dropdown-menu li:hover { -webkit-box-shadow: 0 0 3px #dadada; -moz-box-shadow: 0 0 3px #dadada; } +.credits-content-wrapper { + overflow: hidden; +} #content:hover .page-action.faded-icon { opacity: 0.8; transition: all 0.25s ease-in-out;