Skip to content

Commit

Permalink
Add rounding corners to scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 10, 2023
1 parent fe8622d commit 9b2fb37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/components/UI/Modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@

.Modal_AlignCenter {
margin: auto;
max-height: calc(100vh - 92px);
}

.ModalInner {
max-height: inherit;
overflow: auto;
}

.ModalClose {
Expand Down

1 comment on commit 9b2fb37

@ekbdev
Copy link

@ekbdev ekbdev commented on 9b2fb37 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for transport ready!

✅ Preview
https://transport-oj3vhu8lq-ekbdev.vercel.app
https://ekbdev-transport-dialog-styles.vercel.app

Built with commit 9b2fb37.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.