We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f17cf4 commit baffc37Copy full SHA for baffc37
1 file changed
app/assets/stylesheets/components/topics.css
@@ -146,6 +146,7 @@ a.topic-icon {
146
.status-border {
147
border-left: 8px solid transparent;
148
position: relative;
149
+ overflow: visible;
150
}
151
152
.topic-title-main,
@@ -332,6 +333,7 @@ a.topic-icon {
332
333
align-items: center;
334
gap: var(--spacing-2);
335
336
+ z-index: 2;
337
padding: var(--spacing-2) var(--spacing-4) var(--spacing-2) var(--spacing-2);
338
align-self: stretch;
339
height: 100%;
@@ -357,7 +359,7 @@ a.topic-icon {
357
359
position: absolute;
358
360
top: calc(100% + 6px);
361
left: 0;
- z-index: 20;
362
+ z-index: 50;
363
background: var(--color-bg-hoverbox);
364
border-radius: var(--border-radius-md);
365
padding: var(--spacing-3);
0 commit comments