Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd504128

Browse files
committed
fix: prevent horizontal scroll
1 parentb3d9248 commitd504128

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/sidebar-pane.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ export function SidebarPane() {
9292
h="100%"
9393
color="devtools.on-surface"
9494
backgroundColor="devtools.cdt-base-container"
95-
overflow="auto"
95+
overflowX="hidden"
96+
overflowY="auto"
9697
>
9798
<Collapsible.Root
9899
className={css({

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp