mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
Don't obstruct author tooltip
This commit is contained in:
parent
16e922cd86
commit
e9d319e5ed
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user