mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Fix: Wrap more menu
This commit is contained in:
parent
0e7ec3588a
commit
c79c3bbd87
2 changed files with 7 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue