1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

Prevent mentions summary from blocking post controls

This commit is contained in:
Toby Zerner
2016-05-26 22:26:05 +09:30
parent 310fed2329
commit fd59f0ee48

View File

@@ -69,6 +69,7 @@
} }
.Post-mentionedBy { .Post-mentionedBy {
position: relative; position: relative;
display: inline-block;
} }
.Post-mentionedBy-summary { .Post-mentionedBy-summary {
cursor: pointer; cursor: pointer;