diff --git a/app/ui/style.css b/app/ui/style.css index a62830b..58b2a67 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -44,6 +44,7 @@ omni-box { border-bottom: var(--border-width) solid var(--ag-theme-primary); background: var(--ag-theme-background); color: var(--ag-theme-text); + height: calc(100% - var(--border-width)); } .omni-box-form, .find-menu-form {