diff --git a/src/lib/ldb/alert-bar.svelte b/src/lib/ldb/alert-bar.svelte index 765111e..5a0e70a 100644 --- a/src/lib/ldb/alert-bar.svelte +++ b/src/lib/ldb/alert-bar.svelte @@ -92,7 +92,8 @@ opacity: 0.9; width: 100%; max-height: 40%; - overflow-y: scroll; + overflow-y: auto; + overflow-x: clip; left: 0; top: 89px; }