Fix: Wrap more menu

This commit is contained in:
Luc Mcgrady 2025-11-23 09:44:55 +00:00
parent 0e7ec3588a
commit c79c3bbd87
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C
2 changed files with 7 additions and 0 deletions

View file

@ -237,6 +237,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
color: inherit;
}
}
display: flex;
flex-direction: column;
flex-wrap: wrap;
max-height: 90vh;
}
hr {

View file

@ -32,5 +32,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<style>
div :global(.popover) {
padding: 0;
max-height: 100vh;
}
</style>