1
0
Fork 0
mirror of synced 2024-09-15 16:59:43 +12:00

update fix: automation panel does not scroll

Co-authored-by: jaysoni-ash42 <jsoni775566666@gmail.com>
This commit is contained in:
gitstart 2023-05-18 11:48:57 +00:00
parent 489851de2a
commit b2f3455b19
2 changed files with 2 additions and 8 deletions

View file

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

View file

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