Skip to content

Commit

Permalink
Added spacing to bottom of button (#296)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Vu <[email protected]>
  • Loading branch information
tmattvu and Matt Vu authored Feb 27, 2024
1 parent ede80b3 commit e34c881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
max-height: 90vh;
overflow: auto;
scroll-behavior: auto;
padding-bottom: env(safe-area-inset-bottom);
}

::-webkit-scrollbar {
width: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ <h3>
color: white;
margin-left: 8px;
margin-top: 12px;
margin-bottom: 30px;
"
(click)="onButtonClick()">
{{ has_user_agreed ? 'Close' : 'Accept' }}
Expand Down

0 comments on commit e34c881

Please sign in to comment.