2 Repos
Disabling the browser's main scroll mechanism using overflow properties to freeze the page.
Distinct from Overflow Scroll Management: Distinct from Overflow Scroll Management: specifically about disabling the global scroll rather than enabling a local one.
Explore 2 awesome GitHub repositories matching user interface & experience · Viewport Scroll Locking. Refine with filters or upvote what's useful.
body-scroll-lock is a DOM scroll locking library and cross-browser scroll controller. It provides utilities to disable page scrolling while maintaining scrollability for specific nested elements across different browsers and devices. The project functions as a layout shift prevention utility and a web UI modal scroll manager. It includes mechanisms to add padding to the body when scrollbars are removed to prevent horizontal flickering and content shifting. The library covers scroll management for mobile navigation and modal interactions, enabling specific containers to remain scrollable whil
Disables page scrolling by applying overflow hidden to the body while maintaining the current scroll position.
Mobile-angular-ui is a frontend framework designed for building touch-friendly mobile web applications using AngularJS and Bootstrap styles. It provides a toolkit for creating cross-platform interfaces with native-like gestures and responsive layouts, enabling developers to transform standard desktop web interfaces into touch-friendly mobile layouts with minimal structural adaptations. The framework includes directive-driven UI components such as sidebars, overlays, switches, and navigation bars. It supports declarative state management through generic directives that bind state transformatio
Disables default window-level scrolling to establish independent scrollable containers alongside fixed navigation bars.