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