Skip to content

Pointer Events

Murhaf Sousli edited this page Oct 31, 2019 · 10 revisions

In version 7, we brought back the functionality from v4

In a nutshell, here are the pros and cons of each method:


viewport scrollbar
Standard
  • If both scrollbars appear, the content may overlap under the scrollbar
  • Scrolling over scrollbar works
  • The content never overlap under the scrollbars
  • Scrolling over scrollbar doesn't work
compact
  • Content overlaps as under the scrollbar as intended
  • Scrolling over scrollbar works
  • The content overlaps as under the scrollbar as intended
  • Scrolling over scrollbar doesn't work