mirror of
https://github.com/flarum/framework.git
synced 2025-02-23 21:23:11 +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;
|
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%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user