feat: add support tickets and imrpove web app loading
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<script>
|
||||
export let maxHeight = "100%";
|
||||
export let element = null;
|
||||
let className = "";
|
||||
export { className as class };
|
||||
</script>
|
||||
|
||||
<div
|
||||
bind:this={element}
|
||||
class={`scroll-area ${className}`.trim()}
|
||||
style={`max-height:${maxHeight};`}
|
||||
{...$$restProps}
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
Reference in New Issue
Block a user