* fix the target form always show the scroll bar.
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user