style: full width + scroll for child1 wrapper in SummaryProcesses splitter

This commit is contained in:
Pavel
2025-08-21 14:44:31 +02:00
parent 428aa970b9
commit 26486f9d63

View File

@@ -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);