Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix layout issues #1713

Merged
merged 1 commit into from Oct 13, 2023
Merged

Fix layout issues #1713

merged 1 commit into from Oct 13, 2023

Conversation

buberdds
Copy link
Contributor

@buberdds buberdds commented Oct 12, 2023

#1710

  • remove fill attr
  • workaround for Box overlap issue
  • bring back original "scrollable area" height that was added when the first tab was created

@cloudflare-pages
Copy link

cloudflare-pages bot commented Oct 12, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 50a97db
Status: ✅  Deploy successful!
Preview URL: https://2798cd86.oasis-wallet.pages.dev
Branch Preview URL: https://mz-responsivelayerfix.oasis-wallet.pages.dev

View logs

@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #1713 (50a97db) into master (ac3bf17) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1713   +/-   ##
=======================================
  Coverage   82.97%   82.97%           
=======================================
  Files         179      179           
  Lines        4587     4587           
  Branches      819      820    +1     
=======================================
  Hits         3806     3806           
  Misses        781      781           
Flag Coverage Δ
cypress 48.72% <100.00%> (ø)
jest 78.70% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/app/components/ResponsiveLayer/index.tsx 100.00% <100.00%> (ø)
...nts/Toolbar/Features/ScrollableContainer/index.tsx 100.00% <100.00%> (ø)
src/app/components/Toolbar/Features/layer.ts 100.00% <ø> (ø)

<Box fill={isMobile}>{props.children}</Box>
<Box
// Prevents Grommet flex overlap issue in smaller viewport
flex={{ shrink: 0 }}
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

switched to maxHeight. Seems better now.

Copy link
Member

@lukaw3d lukaw3d left a comment

Choose a reason for hiding this comment

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

Nice

@buberdds buberdds merged commit f854539 into master Oct 13, 2023
12 checks passed
@buberdds buberdds deleted the mz/ResponsiveLayerFix branch October 13, 2023 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants