2

As the title says. I tried using the Overlay item that comes with blueprint, but that had the issue of only being able to scroll within the overlay. Also tried using reflexbox but that had the issue of not being able to scroll individually within the sidenav vs main content. I'm looking for something like

a | a a a

a | a a a

a | a a a

where the sidebar and the maincontent can scroll independently

4

1 回答 1

0

您可以使用 CSS 来执行此操作。只需将两个元素放在 a 中div并分配给它们 a class。将其设置为:

.scroll-div {
  overflow-y: auto;
}
于 2019-02-26T18:22:55.993 回答