mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 22:36:00 +00:00
style: full width + scroll for child1 wrapper in SummaryProcesses splitter
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<VerticalSplitter initialValue="70%" isSplitter={!!selectedProcess}>
|
<VerticalSplitter initialValue="70%" isSplitter={!!selectedProcess}>
|
||||||
<svelte:fragment slot="1">
|
<svelte:fragment slot="1">
|
||||||
<div>
|
<div class="child1-wrapper">
|
||||||
<TableControl
|
<TableControl
|
||||||
clickable
|
clickable
|
||||||
on:clickrow={e => {
|
on:clickrow={e => {
|
||||||
@@ -186,6 +186,12 @@
|
|||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.child1-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
background: var(--theme-bg-1);
|
background: var(--theme-bg-1);
|
||||||
|
|||||||
Reference in New Issue
Block a user