We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a02a5 commit 3524149Copy full SHA for 3524149
1 file changed
app/assets/stylesheets/components/topics.css
@@ -525,6 +525,7 @@ a.topic-icon {
525
526
.topic-title-mobile {
527
display: flex;
528
+ z-index: auto;
529
}
530
531
.topic-row-footer {
@@ -545,6 +546,9 @@ a.topic-icon {
545
546
font-size: var(--font-size-2xs);
547
548
549
+ .topic-icon-hover {
550
+ z-index: 200;
551
+ }
552
553
554
.topic-link {
0 commit comments