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.
This commit is contained in:
Toby Zerner 2016-01-02 14:55:48 +10:30
parent 6c3cb3f558
commit ec5c639bb6

View File

@ -81,6 +81,7 @@
bottom: 42px; bottom: 42px;
padding-right: 20px; padding-right: 20px;
transition: background 0.2s; transition: background 0.2s;
overflow: auto;
&:hover { &:hover {
background: fade(#000, 5%); background: fade(#000, 5%);