Skip to content

Commit baffc37

Browse files
committed
fix z-index of left icons, to comply with the right ones
Signed-off-by: Kai Wagner <kai.wagner@percona.com>
1 parent 5f17cf4 commit baffc37

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/assets/stylesheets/components/topics.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ a.topic-icon {
146146
.status-border {
147147
border-left: 8px solid transparent;
148148
position: relative;
149+
overflow: visible;
149150
}
150151

151152
.topic-title-main,
@@ -332,6 +333,7 @@ a.topic-icon {
332333
align-items: center;
333334
gap: var(--spacing-2);
334335
position: relative;
336+
z-index: 2;
335337
padding: var(--spacing-2) var(--spacing-4) var(--spacing-2) var(--spacing-2);
336338
align-self: stretch;
337339
height: 100%;
@@ -357,7 +359,7 @@ a.topic-icon {
357359
position: absolute;
358360
top: calc(100% + 6px);
359361
left: 0;
360-
z-index: 20;
362+
z-index: 50;
361363
background: var(--color-bg-hoverbox);
362364
border-radius: var(--border-radius-md);
363365
padding: var(--spacing-3);

0 commit comments

Comments
 (0)