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 Araujo committed Apr 4, 2022
1 parent 4e79b3e commit 1c170c0
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,12 +39,12 @@
}

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

.content {
margin-bottom: 0px;
margin-bottom: 1px;
}
}

Expand Down

0 comments on commit 1c170c0

Please sign in to comment.