]> git.mxchange.org Git - friendica.git/commitdiff
Fix broken credits box
authorvinzv <vinz@vinzv.de>
Thu, 18 Oct 2018 20:49:03 +0000 (22:49 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Oct 2018 20:49:03 +0000 (22:49 +0200)
Otherwise the content is exceeding the box, both on desktop and mobile.

view/theme/frio/css/style.css

index c563dd121a87bc6c680d775e388985f1e381b279..731c0e701fa34653244dbda35f05debf7a3a4756 100644 (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;