浏览代码

fix: remove height limit for cmdk modal

Tienson Qin 2 年之前
父节点
当前提交
0039a1955f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/components/cmdk.cljs

+ 1 - 1
src/main/frontend/components/cmdk.cljs

@@ -692,7 +692,7 @@
      (hints state)]))
 
 (rum/defc cmdk-modal [props]
-  [:div {:class "cp__cmdk__modal rounded-lg max-h-[65dvh] w-[90dvw] max-w-4xl shadow-xl relative"}
+  [:div {:class "cp__cmdk__modal rounded-lg w-[90dvw] max-w-4xl shadow-xl relative"}
    (cmdk props)])
 
 (comment