update fix: automation panel does not scroll
Co-authored-by: jaysoni-ash42 <jsoni775566666@gmail.com>
This commit is contained in:
parent
489851de2a
commit
b2f3455b19
|
@ -58,6 +58,7 @@
|
|||
justify-content: flex-start;
|
||||
align-items: stretch;
|
||||
transition: width 130ms ease-out;
|
||||
overflow: hidden;
|
||||
}
|
||||
.panel.borderLeft {
|
||||
border-left: var(--border-light);
|
||||
|
|
|
@ -32,9 +32,7 @@
|
|||
|
||||
<!-- routify:options index=3 -->
|
||||
<div class="root">
|
||||
<div class="list">
|
||||
<AutomationPanel {modal} {webhookModal} />
|
||||
</div>
|
||||
<AutomationPanel {modal} {webhookModal} />
|
||||
<div class="content">
|
||||
{#if $automationStore.automations?.length}
|
||||
<slot />
|
||||
|
@ -83,11 +81,6 @@
|
|||
grid-template-columns: 260px minmax(510px, 1fr) fit-content(500px);
|
||||
overflow: hidden;
|
||||
}
|
||||
.list {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
}
|
||||
.content {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue