Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Page Content is covered by Page Content's scrollbar #85

Open
sam-chuang opened this issue Nov 2, 2020 · 0 comments
Open

Page Content is covered by Page Content's scrollbar #85

sam-chuang opened this issue Nov 2, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@sam-chuang
Copy link

The content of the PageWithSidebar is truncated by the scrollbar of the sidebar

Refer to the codesandbox

Or

<PageProvider>
      <PageWithSidebar sidebar={<Sidebar />}>
        PageWithSidebar children
        <PageContent>PageContent children</PageContent>
      </PageWithSidebar>
</PageProvider>

Expected behavior

Should able to see the full content of the PageContent

Additional context

From what I saw, set the sidebarWidth to the PageWithSidebarSidebarExpandedWrapper may able fix this issue

@jxom jxom added bug Something isn't working good first issue Good for newcomers labels Feb 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants