mirror of
https://github.com/flarum/core.git
synced 2025-08-13 11:54:32 +02: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:
@@ -81,6 +81,7 @@
|
||||
bottom: 42px;
|
||||
padding-right: 20px;
|
||||
transition: background 0.2s;
|
||||
overflow: auto;
|
||||
|
||||
&:hover {
|
||||
background: fade(#000, 5%);
|
||||
|
Reference in New Issue
Block a user