diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index 183034f0bb..d8a3f23d90 100644 --- a/app/assets/stylesheets/common/base/topic.scss +++ b/app/assets/stylesheets/common/base/topic.scss @@ -150,7 +150,8 @@ $topic-progress-height: 42px; &.docked { position: initial; .topic-admin-popup-menu.right-side { - bottom: -150px; // Prevents menu from being too high when a topic is very short + bottom: unset; + right: 10px; } }