UX: fix overlap obstructed anon topic reply (#24921)

This commit addresses the overlap between the anonymous reply button in a topic and the related or new and unread topics component.
This commit is contained in:
Ty Correll 2023-12-15 13:24:33 -06:00 committed by GitHub
parent 388a2c5274
commit 368f4ef24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -1500,8 +1500,10 @@ span.mention {
}
#topic-footer-buttons {
position: relative;
margin: var(--below-topic-margin) 0;
padding: 0;
z-index: z("base"); // places above proceeding relative parent
.topic-footer-main-buttons {
display: flex;

View File

@ -53,6 +53,10 @@
}
}
}
&-title {
display: inline-block;
}
}
// Target the .badge-category text, the bullet icon needs to maintain `display: block`