Fix broken credits box
Otherwise the content is exceeding the box, both on desktop and mobile.
This commit is contained in:
parent
ca86a9e1d6
commit
2b663ed2b6
1 changed files with 3 additions and 0 deletions
|
@ -2199,6 +2199,9 @@ ul.dropdown-menu li:hover {
|
||||||
-webkit-box-shadow: 0 0 3px #dadada;
|
-webkit-box-shadow: 0 0 3px #dadada;
|
||||||
-moz-box-shadow: 0 0 3px #dadada;
|
-moz-box-shadow: 0 0 3px #dadada;
|
||||||
}
|
}
|
||||||
|
.credits-content-wrapper {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
#content:hover .page-action.faded-icon {
|
#content:hover .page-action.faded-icon {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
transition: all 0.25s ease-in-out;
|
transition: all 0.25s ease-in-out;
|
||||||
|
|
Loading…
Reference in a new issue