This commit is contained in:
2023-06-20 10:31:53 +02:00
parent 60b6ca9c60
commit 58a67f0a5d
+2 -1
View File
@@ -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;