* fix the target form always show the scroll bar.

This commit is contained in:
Chenjianyu
2023-08-08 09:09:55 +08:00
parent efb17b2f05
commit c1ccdc11ae
+1 -1
View File
@@ -30,7 +30,7 @@
#prompt-preview .prompt-text-part + .prompt-text-part {margin-top: 4px;}
#prompt-previewer {font-weight: bold;}
#form-selector .header > * {display: inline-block;}
#form-selector .content {margin: 6px 0; height: calc(100% - 48px); overflow-y: auto; border: 1px solid #ccc; border-left: none;}
#form-selector .content {margin: 6px 0; max-height: calc(100% - 47px); overflow-y: auto; border: 1px solid #ccc; border-left: none;}
.target-form-group {display: grid; grid-template-columns: 120px 1fr; grid-gap: 8px; border: 1px solid #ccc;}
.target-form-group:first-of-type {border-top: none;}
.target-form-group:last-of-type {border-bottom: none;}