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:
Kris 2025-02-03 18:02:41 -05:00 committed by GitHub
parent 7245292fe1
commit 9d7764bb21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -312,6 +312,7 @@ body:not(.archetype-private_message) {
margin: 0;
padding: 0;
list-style-type: none;
max-height: 80dvh;
}
}