Timeline, Header
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
.timeline-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 5;
|
||||
z-index: 40;
|
||||
background: var(--panel-2);
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
@@ -35,7 +35,7 @@
|
||||
.timeline-channel {
|
||||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 4;
|
||||
z-index: 30;
|
||||
background: var(--panel-2);
|
||||
border-right: 1px solid var(--border);
|
||||
}
|
||||
@@ -299,3 +299,7 @@
|
||||
.live-badge[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.timeline-now-line {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user