mirror of
https://github.com/flarum/framework.git
synced 2025-02-23 19:48:21 +08:00
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:
parent
6c3cb3f558
commit
ec5c639bb6
@ -81,6 +81,7 @@
|
||||
bottom: 42px;
|
||||
padding-right: 20px;
|
||||
transition: background 0.2s;
|
||||
overflow: auto;
|
||||
|
||||
&:hover {
|
||||
background: fade(#000, 5%);
|
||||
|
Loading…
x
Reference in New Issue
Block a user