From 49942c9bca2b977a7feb63c0f9cb46b57c674243 Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:22:30 +0200 Subject: [PATCH] fix styling --- .changeset/giant-kids-buy.md | 5 +++++ src/bench.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/giant-kids-buy.md diff --git a/.changeset/giant-kids-buy.md b/.changeset/giant-kids-buy.md new file mode 100644 index 0000000..2b3a3eb --- /dev/null +++ b/.changeset/giant-kids-buy.md @@ -0,0 +1,5 @@ +--- +'@vtbag/inspection-chamber': patch +--- + +Fixes buggy styling that disabled scrolling of the main panel for Chrome 129.0.x.y diff --git a/src/bench.txt b/src/bench.txt index c0d9497..8bef1ca 100644 --- a/src/bench.txt +++ b/src/bench.txt @@ -647,6 +647,7 @@ #vtbag-ui-panel { flex-direction: column; height: 100vh; + min-height: unset; width: var(--vtbag-panel-width, 216px); } .horizontal {