mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
nit overflow and scrllbar height
This commit is contained in:
@@ -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
Reference in New Issue
Block a user