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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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