【发布时间】:2021-08-18 14:46:22
【问题描述】:
我正在使用内部链接(例如 /lessons/lesson-slug#heading-slug)在页面上进行内部滚动。所有这些在桌面上都可以正常工作,但在移动视图上会因为覆盖的抽屉导航组件而中断。查看屏幕录像:
我无法确定问题出在哪里...我已经尝试在 Drawer 组件上传递这些 ModalProps,但到目前为止还没有运气:
ModalProps={{
hideBackdrop: true,
disableScrollLock: true,
disablePortal: true,
disableAutoFocus: true
}}
有什么想法吗?提前致谢。
【问题讨论】:
标签: javascript reactjs material-ui next.js