1
0
mirror of https://github.com/flarum/core.git synced 2025-05-13 10:55:40 +02:00

Don't obstruct author tooltip

This commit is contained in:
Toby Zerner 2015-05-06 11:40:35 +09:30
parent 7d2cdd20d3
commit c6f368f045

View File

@ -190,10 +190,12 @@
margin-top: 17px; margin-top: 17px;
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;
pointer-events: none;
& .badge { & .badge {
margin-left: -15px; margin-left: -15px;
position: relative; position: relative;
pointer-events: auto;
} }
} }
& .main { & .main {