use-ink / contracts-ui

Web application for deploying wasm smart contracts on Substrate chains that include the FRAME contracts pallet
https://contracts-ui.substrate.io/
GNU General Public License v3.0
62 stars 47 forks source link

fix: add vertical scroll on pages #407

Closed TomaszWaszczyk closed 1 year ago

TomaszWaszczyk commented 1 year ago

The PR solves lack of scrolling on pages described in the issue.

I have just found a proper place and added a CSS class to add overflow: scroll.

https://user-images.githubusercontent.com/1605705/215628784-d98737d7-5b51-477b-8374-2ae52f1a55b7.mp4

netlify[bot] commented 1 year ago

Deploy Preview for contracts-ui ready!

Name Link
Latest commit d07bada4a9d7abebf9bba6611710a63640cbcc0c
Latest deploy log https://app.netlify.com/sites/contracts-ui/deploys/63d86315c70bda000adef154
Deploy Preview https://deploy-preview-407--contracts-ui.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

statictype commented 1 year ago

thanks for handling this! it's a bit more to it than that. there is now unnecessary vertical scrolling on other pages that use this template. for example here but I can handle this in a future PR.

one change though: please use a tailwind utility class instead of creating a custom one. see https://tailwindcss.com/docs/overflow