mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 09:36:01 +00:00
scroll in xml cell data view
This commit is contained in:
@@ -4,6 +4,19 @@
|
||||
export let selection;
|
||||
</script>
|
||||
|
||||
{#each selection as cell}
|
||||
<XmlHighlighter code={cell.value} />
|
||||
{/each}
|
||||
<div class="wrapper">
|
||||
{#each selection as cell}
|
||||
<XmlHighlighter code={cell.value} />
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.wrapper {
|
||||
overflow: scroll;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user