GH-959 - Fixing board headers on scroll (#984)
This commit is contained in:
parent
969ceeb93e
commit
7b5a45dc6c
4 changed files with 5 additions and 4 deletions
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
|
||||
> div:nth-child(2) {
|
||||
padding: 4px;
|
||||
padding: 0;
|
||||
margin-left: 80px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
flex-direction: row;
|
||||
|
||||
min-height: 30px;
|
||||
padding-bottom: 16px;
|
||||
padding: 16px 0;
|
||||
color: #909090;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
|
|
@ -151,6 +151,7 @@
|
|||
}
|
||||
|
||||
&.octo-table-body {
|
||||
margin-top: 16px;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
|
@ -171,7 +172,7 @@
|
|||
|
||||
.octo-table-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
top: -2px;
|
||||
z-index: 1;
|
||||
background: rgb(var(--center-channel-bg-rgb));
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
flex-direction: row;
|
||||
|
||||
border-bottom: solid 1px rgba(var(--center-channel-color-rgb), 0.16);
|
||||
margin: 16px 0;
|
||||
margin: 16px 0 0;
|
||||
padding: 12px 8px;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.64);
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue