From 90f7ba47f2536fd1117fc823daf3882c8caaeae7 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 11 Sep 2024 00:11:11 +0200 Subject: [PATCH] nit overflow and scrllbar height --- frontend/src/lib/assets/app.css | 2 +- frontend/src/lib/components/apps/editor/AppEditor.svelte | 2 +- frontend/src/lib/components/runs/RunsFilter.svelte | 2 +- frontend/static/tailwind_full.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/assets/app.css b/frontend/src/lib/assets/app.css index 3026b650da..99bc17ae8e 100644 --- a/frontend/src/lib/assets/app.css +++ b/frontend/src/lib/assets/app.css @@ -13,7 +13,7 @@ /* Chrome, Edge, and Safari */ *::-webkit-scrollbar { width: 5px; - height: 3px; + height: 5px; } /* diff --git a/frontend/src/lib/components/apps/editor/AppEditor.svelte b/frontend/src/lib/components/apps/editor/AppEditor.svelte index fad9dd04d1..fe3faab844 100644 --- a/frontend/src/lib/components/apps/editor/AppEditor.svelte +++ b/frontend/src/lib/components/apps/editor/AppEditor.svelte @@ -697,7 +697,7 @@ {/if} - +
close(null)} /> -
+
{#if mobile}