From a9f2b62ac0635bae2b00fc21a781ae6f1663b4de Mon Sep 17 00:00:00 2001 From: Meghna <11170663+MeghnaAJ@users.noreply.github.com> Date: Wed, 4 Jan 2023 22:15:24 +0530 Subject: [PATCH] UX: fix the positioning of topic admin popup menu (#19713) --- app/assets/stylesheets/common/base/topic.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index 183034f0bb4..d8a3f23d90c 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; } }