fix: Fix glitchy status keyboard navigation (#35455)
This commit is contained in:
parent
760d00b7f7
commit
d36236cbcd
2 changed files with 64 additions and 19 deletions
|
|
@ -2868,6 +2868,8 @@ a.account__display-name {
|
|||
}
|
||||
|
||||
&__main {
|
||||
--column-header-height: 62px;
|
||||
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
flex: 0 1 auto;
|
||||
|
|
@ -8815,6 +8817,10 @@ noscript {
|
|||
.conversation {
|
||||
position: relative;
|
||||
|
||||
// When scrolling these elements into view, take into account
|
||||
// the column header height
|
||||
scroll-margin-top: var(--column-header-height, 0);
|
||||
|
||||
&.unread {
|
||||
&::before {
|
||||
content: '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue