feat: keep tabs and table headers sticky, scroll table bodies

This commit is contained in:
Pavel
2025-08-19 18:05:07 +02:00
parent 114ce1ea3a
commit e28e363bd0
5 changed files with 50 additions and 15 deletions

View File

@@ -80,7 +80,7 @@
});
</script>
<div>
<div class="wrapper">
<TableControl
{filters}
stickyHeader
@@ -162,8 +162,10 @@
</div>
<style>
div {
padding: 10px;
.wrapper {
flex-grow: 1;
overflow-y: auto;
max-height: 100%;
}
code {