mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 11:16:01 +00:00
feat: keep tabs and table headers sticky, scroll table bodies
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
const filters = writable({});
|
||||
</script>
|
||||
|
||||
<div>
|
||||
<div class="wrapper">
|
||||
<TableControl
|
||||
stickyHeader
|
||||
rows={variables}
|
||||
@@ -36,7 +36,9 @@
|
||||
</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
padding: 10px;
|
||||
.wrapper {
|
||||
flex-grow: 1;
|
||||
overflow-y: auto;
|
||||
max-height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user