Skip to content

Commit

Permalink
Merge branch 'main' into payout-dynamic-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ArushKapoorJuspay authored Sep 12, 2024
2 parents 386107d + b211169 commit 03e3cfa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.84.20](https://github.com/juspay/hyperswitch-web/compare/v0.84.19...v0.84.20) (2024-09-11)


### Bug Fixes

* double scroll bar fix ([#608](https://github.com/juspay/hyperswitch-web/issues/608)) ([a371b4f](https://github.com/juspay/hyperswitch-web/commit/a371b4f86fef245ad8180f3af00b93b1a674b4f3))

## [0.84.19](https://github.com/juspay/hyperswitch-web/compare/v0.84.18...v0.84.19) (2024-09-10)

## [0.84.18](https://github.com/juspay/hyperswitch-web/compare/v0.84.17...v0.84.18) (2024-09-09)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orca-payment-page",
"version": "0.84.19",
"version": "0.84.20",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ module.exports = {
".no-scrollbar::-webkit-scrollbar": {
display: "none",
},
"*": {
scrollbarWidth: "none", // firefox
},
".show-scrollbar::-webkit-scrollbar": {
overflow: "scroll",
height: "4px",
Expand Down

0 comments on commit 03e3cfa

Please sign in to comment.