This commit is contained in:
parent
8acc405e12
commit
9432c2e951
1 changed files with 5 additions and 1 deletions
|
@ -141,7 +141,11 @@
|
|||
&--list {
|
||||
overflow: auto;
|
||||
// https://github.com/siyuan-note/siyuan/issues/11919
|
||||
max-height: calc(80vh + 18px);
|
||||
max-height: calc(60vh + 18px);
|
||||
|
||||
.b3-menu__items {
|
||||
max-height: 60vh;
|
||||
}
|
||||
|
||||
.b3-menu__label {
|
||||
@include text-clamp(1);
|
||||
|
|
Loading…
Add table
Reference in a new issue