diff --git a/packages/frontend/scss/message/_message-list.scss b/packages/frontend/scss/message/_message-list.scss index fe7e97e842..da7f58dd87 100644 --- a/packages/frontend/scss/message/_message-list.scss +++ b/packages/frontend/scss/message/_message-list.scss @@ -123,10 +123,26 @@ scroll-margin-bottom: $margin-bottom; // And this is purely cosmetic. For scrolling to a message // that is above the visible area. - scroll-margin-top: math.div($margin-bottom, 2); + $scroll-margin-top: math.div($margin-bottom, 2); + scroll-margin-top: $scroll-margin-top; min-width: 200px; + .roving-tabindex { + // The contents of the `
+