Skip to content

Commit b57158a

Browse files
committed
Hide scrollbar
1 parent 0207f58 commit b57158a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/app/src/components/sidebar/explorer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class DevtoolsSidebarExplorer extends CollapseableEntry {
4747
overflow-y: auto;
4848
overflow-x: hidden;
4949
min-height: 0;
50-
-webkit-overflow-scrolling: touch;
50+
scrollbar-width: none;
5151
}
5252
`]
5353

packages/app/src/components/tabs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export class DevtoolsTab extends Element {
131131
display: none;
132132
flex-grow: 1;
133133
overflow-y: scroll;
134+
scrollbar-width: none;
134135
}
135136
136137
:host([active]) {

0 commit comments

Comments
 (0)