nit overflow and scrllbar height

This commit is contained in:
Ruben Fiszel
2024-09-11 00:11:11 +02:00
parent 452ca9bbd4
commit 90f7ba47f2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 5px;
height: 3px;
height: 5px;
}
/*
@@ -697,7 +697,7 @@
{/if}
<SplitPanesWrapper>
<Splitpanes id="o1" class="max-w-full">
<Splitpanes id="o1" class="max-w-full overflow-hidden">
<Pane bind:size={leftPanelSize} minSize={5} maxSize={33}>
<div
class={twMerge(
@@ -501,7 +501,7 @@
<CloseButton on:close={() => close(null)} />
</svelte:fragment>
<div class="w-80 flex flex-col gap-4">
<div class="w-102 flex flex-col gap-4">
{#if mobile}
<Label label="Filter by">
<ToggleButtonGroup
File diff suppressed because one or more lines are too long