From 58a67f0a5dd3f07d71ecb2ca544fb5a92b66ab49 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 20 Jun 2023 10:31:53 +0200 Subject: [PATCH] #2075 --- assets/css/app.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index a4be79c..8b5e131 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -1042,7 +1042,7 @@ section[role="main-content"]{ box-sizing: content-box; padding:0 0 1em 1.5em; margin-bottom: $m; - height:calc(100% - #{$pager_h} - #{$m} - #{$filter_m}); + height:calc(100% - #{$pager_h} - #{$m} - #{$filter_m} * 2); overflow-x: hidden; overflow-y: auto; line-height: $base-line / 2; @@ -1197,6 +1197,7 @@ section[role="main-content"]{ overflow: hidden; box-sizing: content-box; padding:0 0 0 1.5em; + margin: 0 0 $filter_m 0; select{ option{ padding:0;