guide icon indicating copy to clipboard operation
guide copied to clipboard

A new feature guide component by react 🧭

Results 10 guide issues
Sort by recently updated
recently updated
newest added

byte-guide: 1.0.7 react: 17.0.2 这会导致页面不能滚动 我目前的解决方案: ```js onClose={() => { document.documentElement.style.overflow = 'auto' }} ```

我在使用中没有通过正常close关闭guide,然后直接路由跳转到了其他页面,这些页面都没法Y轴滚动了

1. 比如a是父级, 目标元素是b (selector), 当a触发 overflow: auto; 内部滚动的时候则显示的不对 2. 还要考虑多层滚动的情况, 比如 目标元素是b (selector), b 的父级是 a, a的父级是a1, a1的父级是a1, 并且a&a1&a1 都有滚动的情况需要循环判断。

两列布局,左侧全屏,右侧垂直方向可以滚动,guide 组件添加在右侧,这种情况下 Modal 的 top 时会被算上 scrollTop 的值,导致 Modal 定位飞出可视范围。 demo 待补充。

支持不同页面 自动跳转么,还是说只支持当前页面

![image](https://github.com/bytedance/guide/assets/14118535/b9d78a09-faaa-432f-b4cd-f5f167e58c32) 接这个工单:https://github.com/bytedance/guide/issues/15 1.0.6版本虽然修复了遮罩关闭问题,但是注入的样式没有去掉,导致页面不能上下滚动

Add an option to allow disabling auto scroll