fix: Fix glitchy status keyboard navigation (#35455)
This commit is contained in:
@@ -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: '';
|
||||
|
||||
Reference in New Issue
Block a user