antonioru/beautiful-react-diagrams

Scrollbar blindness in sidebar

开放

#54 创建于 2020年11月15日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (171 个派生)github user discovery
bugdocumentationgood first issue

仓库指标

星标
 (2,721 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Describe the bug The sidebar has overflow: scroll causing scrollbars always to be visible on Windows

To Reproduce Steps to reproduce the behavior:

  1. Go to documentation using Windows

Expected behavior There should not be scrollbars before the content overflows

Screenshots image

Desktop:

  • OS: Win10
  • Browser Firefox
  • Version 83.0b10 (64-bit)

Additional context Can be fixed by setting overflow: auto instead

贡献者指南