Skip to content

Commit

Permalink
fix: remove scrollbar from webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Jan 29, 2024
1 parent 6dfa86e commit 423091f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/scaffold/src/views/w3m-transactions-view/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ export default css`
overflow-x: hidden;
scrollbar-width: none;
}
:host > wui-flex:first-child::-webkit-scrollbar {
display: none;
}
`

0 comments on commit 423091f

Please sign in to comment.