style: adjust wrapper background gradient to 49px to match exact table header height
This commit is contained in:
@@ -391,7 +391,7 @@
|
||||
|
||||
{% macro table_container_open(id, max_height="68vh") %}
|
||||
<!-- Table Container -->
|
||||
<div class="backdrop-blur-xl border border-slate-900 rounded-3xl shadow-2xl mb-8 overflow-hidden" style="background: linear-gradient(to bottom, #162031 58px, rgba(30, 41, 59, 0.4) 58px);">
|
||||
<div class="backdrop-blur-xl border border-slate-900 rounded-3xl shadow-2xl mb-8 overflow-hidden" style="background: linear-gradient(to bottom, #162031 49px, rgba(30, 41, 59, 0.4) 49px);">
|
||||
<div id="{{ id }}-container" class="overflow-x-auto overflow-y-auto scrollbar-thin rounded-[22px]" style="max-height: {{ max_height }};">
|
||||
{% endmacro %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user