Fix broken credits box

Otherwise the content is exceeding the box, both on desktop and mobile.
This commit is contained in:
vinzv 2018-10-18 22:49:03 +02:00 committed by GitHub
parent ca86a9e1d6
commit 2b663ed2b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;