Vanessa 2024-10-21 11:38:31 +08:00
parent 8acc405e12
commit 9432c2e951

View file

@ -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);