mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 22:43:58 +00:00
enable scroll in whole table container
This commit is contained in:
@@ -1008,7 +1008,13 @@
|
|||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div class="container" bind:clientWidth={containerWidth} bind:clientHeight={containerHeight} use:contextMenu={menu}>
|
<div
|
||||||
|
class="container"
|
||||||
|
bind:clientWidth={containerWidth}
|
||||||
|
bind:clientHeight={containerHeight}
|
||||||
|
use:contextMenu={menu}
|
||||||
|
on:wheel={handleGridWheel}
|
||||||
|
>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
class="focus-field"
|
class="focus-field"
|
||||||
@@ -1026,7 +1032,6 @@
|
|||||||
on:mousedown={handleGridMouseDown}
|
on:mousedown={handleGridMouseDown}
|
||||||
on:mousemove={handleGridMouseMove}
|
on:mousemove={handleGridMouseMove}
|
||||||
on:mouseup={handleGridMouseUp}
|
on:mouseup={handleGridMouseUp}
|
||||||
on:wheel={handleGridWheel}
|
|
||||||
>
|
>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user