We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3379da commit 5c905f6Copy full SHA for 5c905f6
gcovr-templates/html/style.css
@@ -957,6 +957,7 @@ body.sidebar-resizing .main-content {
957
min-height: 0;
958
display: flex;
959
flex-direction: column;
960
+ overflow-y: auto;
961
}
962
963
.main-footer {
@@ -1115,6 +1116,16 @@ body.sidebar-resizing .main-content {
1115
1116
border: 1px solid var(--border-color);
1117
border-radius: var(--radius-lg);
1118
overflow: hidden;
1119
+ display: flex;
1120
+ flex-direction: column;
1121
+ flex: 1;
1122
+ min-height: 0;
1123
+}
1124
+
1125
+.file-list-body {
1126
1127
1128
+ min-height: 200px;
1129
1130
1131
.file-list-header {
0 commit comments