diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index 9ad066ee287..09a090494d7 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -155,3 +155,9 @@ sub sub { } } } + +.container.posts .topic-navigation { + // better positioning for the docked progress bar on large screens using mobile view + grid-area: posts; + grid-row: 2; +}