Remove Scroll
Disable document scroll when a component is mounted
Import
import { RemoveScroll } from '@hover/blueprint';
Usage
Just wrap content, which should be scrollable, and everything else would not.
import { RemoveScroll } from '@hover/blueprint';<RemoveScroll>Only this content would be scrollable</RemoveScroll>;