Skip to content

Commit

Permalink
[DDW-1017] Fix scrollbar margin
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-barros committed Apr 4, 2022
1 parent 823405a commit 3cb257c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/renderer/app/components/widgets/Dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
}

&::-webkit-scrollbar-track {
margin-bottom: 12px;
margin-top: 12px;
margin-bottom: -7px;
margin-top: -7px;
}

.content {
Expand Down

0 comments on commit 3cb257c

Please sign in to comment.