Closed abtestingalpha closed 2 months ago
The change involves modifying the overflow property of the main HTML element in the Home
component of the index.tsx
file. The adjustment transitions the overflow behavior from allowing vertical scrolling (overflow-y-auto
) to disabling it (overflow-y-none
), thus affecting how content is displayed when it exceeds the container's height.
Files | Change Summary |
---|---|
packages/synapse-interface/... | Changed overflow property from overflow-y-auto to overflow-y-none in the Home component. |
sequenceDiagram
participant User
participant HomeComponent
User->>HomeComponent: View Content
HomeComponent->>User: Display Content (no vertical scroll)
In a garden where rabbits play,
A change has come to brighten the day.
No more scrolling, just a view,
A cozy spot for me and you!
Hopping with joy, we celebrate,
A new way to enjoy our fate! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Latest commit: |
316e4b4
|
Status: | ✅ Deploy successful! |
Preview URL: | https://61ed6cf0.sanguine-fe.pages.dev |
Branch Preview URL: | https://fe-prevent-disconnected-scro.sanguine-fe.pages.dev |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 33.77326%. Comparing base (
715269a
) to head (316e4b4
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Latest commit: |
316e4b4
|
Status: | ✅ Deploy successful! |
Preview URL: | https://4e22f59d.sanguine.pages.dev |
Branch Preview URL: | https://fe-prevent-disconnected-scro.sanguine.pages.dev |
Changes will increase total bundle size by 22.77MB :arrow_up:
Bundle name | Size | Change |
---|---|---|
explorer-ui-client-array-push* | 2.31MB | 4 bytes :arrow_down: |
docs-bridge-client-array-push* | 7.9MB | 7.9MB :arrow_up: |
docs-bridge-server-cjs* | 14.87MB | 14.87MB :arrow_up: |
ℹ️ *Bundle size includes cached data from a previous commit
Description When selecting the to chain/tokens, an extra scroll-bar would appear when the selector height when overflowing the screen. This happened when user was disconnected (because otherwise, the portfolio would provide the extra vertical buffer). PR removes the unnecessary scrollbar.
Summary by CodeRabbit
30e18efa043db89f683e00ec17b48223e1b3405b: synapse-interface preview link