Skip to content

Commit 3524149

Browse files
committed
fixed z-index for hover over icon in mobile view
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
1 parent e2a02a5 commit 3524149

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/assets/stylesheets/components/topics.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ a.topic-icon {
525525

526526
.topic-title-mobile {
527527
display: flex;
528+
z-index: auto;
528529
}
529530

530531
.topic-row-footer {
@@ -545,6 +546,9 @@ a.topic-icon {
545546
font-size: var(--font-size-2xs);
546547
}
547548

549+
.topic-icon-hover {
550+
z-index: 200;
551+
}
548552
}
549553

550554
.topic-link {

0 commit comments

Comments
 (0)