mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: prevent topic map link menu from overflowing when there are many links (#31147)
Before (overflows, can't reach bottom): <img src="https://github.com/user-attachments/assets/fd3cf28a-9735-452e-82ca-8415da9fd66f" height="500"> After (max-height clipped, can scroll contents): <img src="https://github.com/user-attachments/assets/3b26bf84-a535-4931-9406-6a3354b76534" height="500">
This commit is contained in:
parent
7245292fe1
commit
9d7764bb21
@ -312,6 +312,7 @@ body:not(.archetype-private_message) {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
max-height: 80dvh;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user