fix height dropdown in GrantModal

This commit is contained in:
Дмитрий Пиченикин 2026-03-17 15:00:50 +03:00
parent 779630ebd5
commit 08d7638a89

View File

@ -366,7 +366,7 @@
border-radius: 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
z-index: 10;
max-height: 200px;
max-height: 160px;
overflow-y: auto;
}