mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 11:36:01 +08:00
UX: fix the positioning of topic admin popup menu (#19713)
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user