Skip to content

Commit 220581c

Browse files
committed
Fix Remove Pin button position when busy
1 parent 9712440 commit 220581c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/trays.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,10 @@
405405
opacity: 1;
406406
}
407407
}
408+
409+
[aria-busy] & {
410+
position: absolute !important;
411+
}
408412
}
409413

410414
.avatar,

0 commit comments

Comments
 (0)