Make panel headers static when scrolling panel content

This commit is contained in:
2022-08-28 18:50:05 +01:00
parent 4c6e5415cb
commit 2ce3c11da2
2 changed files with 21 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
});
</script>
<div id="table-container" class="table-container" style="display:none;">
<div id="table-container" style="display:none;">
<table {% render_attrs table.attrs class="table drilldown-results-table is-fullwidth" %}>
{% block table.thead %}
{% if table.show_header %}