Skip to content

Commit

Permalink
[components] Add pointer-events: none to noResultTextHidden (#2138)
Browse files Browse the repository at this point in the history
Fixes scrollbar blocking.
  • Loading branch information
Aratramba committed Nov 18, 2020
1 parent 66f6ead commit ba79bbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
composes: noResultText;
transition: none;
opacity: 0;
pointer-events: none;
}

.spinner {
Expand Down

1 comment on commit ba79bbf

@vercel
Copy link

@vercel vercel bot commented on ba79bbf Nov 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.