Commit 96783f9710141053fd7a0ca86bd216b2fe76e937
1 parent
b95cbe00
Exists in
master
and in
2 other branches
tmp fix footer with CSS
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -3544,3 +3544,9 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max |
| 3544 | 3544 | .text-editor-sidebar .header:hover { |
| 3545 | 3545 | background-color: #555; |
| 3546 | 3546 | } |
| 3547 | + | |
| 3548 | +#footer-columns .footerCategories { | |
| 3549 | +max-height: 315px; | |
| 3550 | +overflow: hidden; | |
| 3551 | +} | |
| 3552 | + | ... | ... |