mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-30 12:15:51 +00:00
Add scroller to the "StepsDialog" content (#2697)
Signed-off-by: Sergei Ogorelkov <sergei.ogorelkov@xored.com>
This commit is contained in:
parent
5a1c8004ac
commit
c962cffd69
@ -169,8 +169,9 @@
|
|||||||
{@const { component, props } = currentStepModel}
|
{@const { component, props } = currentStepModel}
|
||||||
{@const isMobile = $deviceInfo.isMobile}
|
{@const isMobile = $deviceInfo.isMobile}
|
||||||
|
|
||||||
|
<Scroller>
|
||||||
<div
|
<div
|
||||||
class="clear-mins"
|
class="clear-mins flex-no-shrink"
|
||||||
class:popupPanel-body__mobile-content={isMobile}
|
class:popupPanel-body__mobile-content={isMobile}
|
||||||
class:popupPanel-body__main-content={!isMobile}
|
class:popupPanel-body__main-content={!isMobile}
|
||||||
class:py-8={!isMobile}
|
class:py-8={!isMobile}
|
||||||
@ -182,6 +183,7 @@
|
|||||||
<svelte:component this={component} bind:this={step} {...props} on:change={handleComponentChange} />
|
<svelte:component this={component} bind:this={step} {...props} on:change={handleComponentChange} />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
</Scroller>
|
||||||
{/if}
|
{/if}
|
||||||
</Panel>
|
</Panel>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user