bumbag-ui icon indicating copy to clipboard operation
bumbag-ui copied to clipboard

Page Content is covered by Page Content's scrollbar

Open sam-chuang opened this issue 3 years ago • 0 comments

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

sam-chuang avatar Nov 02 '20 01:11 sam-chuang