Make sure the summary button is on top

This commit is contained in:
Lim Chee Aun 2022-12-19 16:35:09 +08:00
parent 9beee6cb37
commit 8e8ab69528

View file

@ -215,6 +215,7 @@ a.mention span {
color: var(--text-insignificant-color); color: var(--text-insignificant-color);
user-select: none; user-select: none;
box-shadow: 0 0 0 2px var(--bg-color); box-shadow: 0 0 0 2px var(--bg-color);
position: relative;
} }
.timeline.contextual > li .replies summary:active, .timeline.contextual > li .replies summary:active,
.timeline.contextual > li .replies[open] summary { .timeline.contextual > li .replies[open] summary {