From ec5c639bb6947d56f782207ae99121e84092b4f7 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 2 Jan 2016 14:55:48 +1030 Subject: [PATCH] Scroll overflowing tag tile contents This is just a stopgap fix for flarum/core#653; I would like to revise the tag page layout at some point. --- extensions/tags/less/forum/TagTiles.less | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/tags/less/forum/TagTiles.less b/extensions/tags/less/forum/TagTiles.less index 92377c093..1d493067f 100644 --- a/extensions/tags/less/forum/TagTiles.less +++ b/extensions/tags/less/forum/TagTiles.less @@ -81,6 +81,7 @@ bottom: 42px; padding-right: 20px; transition: background 0.2s; + overflow: auto; &:hover { background: fade(#000, 5%);