fix: 修复移动模式下快捷指令列表无法滚动的问题

Related to #14
This commit is contained in:
Baobhan Sith
2025-05-05 18:55:48 +08:00
parent 3053ea677d
commit 8b662b7cb3
@@ -56,7 +56,7 @@ onUnmounted(() => {
<!-- Title -->
<h3 class="text-lg font-semibold text-center mb-3 flex-shrink-0">快捷指令</h3>
<!-- Quick Commands View Embedded -->
<div class="flex-grow overflow-hidden border border-border rounded">
<div class="flex-grow overflow-y-auto border border-border rounded">
<QuickCommandsView @execute-command="handleCommandExecute" />
</div>
</div>