daybrush / ruler

A Ruler component that can draw grids and scroll infinitely.
https://daybrush.com/ruler/
MIT License
334 stars 39 forks source link

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

Open zhangminggeek opened 1 year ago

zhangminggeek commented 1 year ago

Environments

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 commented 1 year ago

@zhangminggeek

Try the following css.

div {
  position: relative;
  overflow: hidden;
}