Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Sep 19, 2024
1 parent dac7964 commit 49942c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-kids-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vtbag/inspection-chamber': patch
---

Fixes buggy styling that disabled scrolling of the main panel for Chrome 129.0.x.y
1 change: 1 addition & 0 deletions src/bench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@
#vtbag-ui-panel {
flex-direction: column;
height: 100vh;
min-height: unset;
width: var(--vtbag-panel-width, 216px);
}
.horizontal {
Expand Down

0 comments on commit 49942c9

Please sign in to comment.