Skip to content
New issue

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

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

Already on GitHub? # to your account

the height of the component is abnormal in the grid layout #39

Open
zhangminggeek opened this issue Feb 23, 2023 · 1 comment
Open

the height of the component is abnormal in the grid layout #39

zhangminggeek opened this issue Feb 23, 2023 · 1 comment
Labels
question Further information is requested

Comments

@zhangminggeek
Copy link

Environments

  • Framework name: React
  • Framework version: 18.0.0
  • Component name: @scena/react-ruler
  • Component version: 0.14.2
  • Testable Address(optional):

Description

When I use a grid layout, an error occurs at the height of the ruler

https://codesandbox.io/s/strange-bose-dcy8xk?file=/src/App.tsx

@daybrush
Copy link
Owner

daybrush commented Mar 3, 2023

@zhangminggeek

Try the following css.

div {
  position: relative;
  overflow: hidden;
}

@daybrush daybrush added the question Further information is requested label Mar 3, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants