Skip to content

Commit

Permalink
Merge pull request #418 from dappforce/deploy/scroll
Browse files Browse the repository at this point in the history
Fix scroll not working in some cases
  • Loading branch information
samchuk-vlad authored Jun 6, 2024
2 parents 96291a4 + 93d7f6a commit 0da2380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
GH_SELLER_CLIENT_ID=5DYm3Wk4aa1BbfhH1ajmY6MNEELXoicmKRnP4tzHYjSKnD9K
GH_SELLER_TOKEN_SIGNER=retire strong pole intact cool music high path salt praise stadium spatial
GH_SERVER_MNEMONIC=plunge pumpkin penalty segment cattle more print below fat lemon clap uniform
GH_NEXT_PUBLIC_DATAHUB_QUERY_URL=https://ownership-pallet-data-hub-core.subsocial.network/graphql
GH_NEXT_PUBLIC_DATAHUB_SUBSCRIPTION_URL=wss://ownership-pallet-data-hub-core.subsocial.network/graphql-ws
GH_DATAHUB_QUEUE_URL=https://ownership-pallet-data-hub-queue.subsocial.network/graphql
GH_NEXT_PUBLIC_DATAHUB_QUERY_URL=https://sub-data-hub.subsocial.network/graphql
GH_NEXT_PUBLIC_DATAHUB_SUBSCRIPTION_URL=wss://sub-data-hub.subsocial.network/graphql-ws
GH_DATAHUB_QUEUE_URL=https://sub-queue-data-hub.subsocial.network/graphql
GH_DATAHUB_QUEUE_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhZG1pbiI6dHJ1ZX0.jpXwkIJ4DpV4IvSI3eWVVXE6x89qr_GIq7IlbBv5YE0
GH_NEXT_PUBLIC_APP_ID=12364
# GH_NEXT_PUBLIC_ENABLE_MAINTENANCE_PAGE=true
Expand Down
1 change: 1 addition & 0 deletions src/components/utils/GrillIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const GrillIframeModal = forwardRef<
style={{
opacity: isOpen ? 1 : 0,
pointerEvents: isOpen ? 'auto' : 'none',
display: isOpen ? 'block' : 'none',
transition: 'opacity 0.3s ease-in-out',
border: 'none',
colorScheme: 'none',
Expand Down

0 comments on commit 0da2380

Please sign in to comment.