Skip to content

How to fix behevior after upgrade from 2.4.3 to 2.8.0? #638

Answered by KingSora
krutoo asked this question in Q&A
Discussion options

You must be logged in to vote

@krutoo For me it doesn't seem to work with either v2.4.3 or v2.8.0. I managed to make it work with both version by adding the following event to the OverlayScrollbarsComponent :

<OverlayScrollbarsComponent
  events={{
    initialized(instance) {
      instance.elements().viewport.removeAttribute('tabindex');
    },
  }}
/>

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@KingSora
Comment options

@krutoo
Comment options

@KingSora
Comment options

Answer selected by krutoo
@krutoo
Comment options

@krutoo
Comment options

@KingSora
Comment options

@krutoo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants