UX: fix the positioning of topic admin popup menu (#19713)

This commit is contained in:
Meghna
2023-01-04 22:15:24 +05:30
committed by GitHub
parent 696ec39327
commit a9f2b62ac0

View File

@ -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;
}
}