slight fix
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
This commit is contained in:
parent
7a8d61d598
commit
e6c498b0c2
2 changed files with 6 additions and 3 deletions
|
|
@ -26,6 +26,9 @@
|
|||
|
||||
export let requireAbsolute = false; // Some needs absolute for some reason. idk
|
||||
|
||||
export let scrollThumbText =
|
||||
"-------------------------------------------------------------------------------------------------------------------------------Scroll-------------------------------------------------------------------------------------------------------------------------------";
|
||||
|
||||
let viewport: HTMLDivElement;
|
||||
let vBar: HTMLDivElement; // vertical bar container
|
||||
let hBar: HTMLDivElement; // horizontal bar container
|
||||
|
|
@ -347,7 +350,7 @@
|
|||
on:keydown={onVKeyDown}
|
||||
>
|
||||
<span class="rotate-90">
|
||||
-------------------------------------------------Scroll-------------------------------------------------
|
||||
{scrollThumbText}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -390,7 +393,7 @@
|
|||
on:pointercancel={endHDrag}
|
||||
on:keydown={onHKeyDown}
|
||||
>
|
||||
-------------------------------------------------Scroll-------------------------------------------------
|
||||
{scrollThumbText}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue