2 रिपॉजिटरी
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 एक DOM स्क्रॉल लॉकिंग लाइब्रेरी और क्रॉस-ब्राउज़र स्क्रॉल कंट्रोलर है। यह विभिन्न ब्राउज़रों और उपकरणों पर विशिष्ट नेस्टेड तत्वों के लिए स्क्रॉल क्षमता बनाए रखते हुए पेज स्क्रॉलिंग को अक्षम करने के लिए यूटिलिटीज प्रदान करती है। यह प्रोजेक्ट लेआउट शिफ्ट प्रिवेंशन यूटिलिटी और वेब UI मोडल स्क्रॉल मैनेजर के रूप में कार्य करता है। इसमें स्क्रॉलबार हटाए जाने पर बॉडी में पैडिंग जोड़ने के लिए तंत्र शामिल हैं ताकि क्षैतिज झिलमिलाहट और कंटेंट शिफ्टिंग को रोका जा सके। यह लाइब्रेरी मोबाइल नेविगेशन और मोडल इंटरैक्शन के लिए स्क्रॉल प्रबंधन को कवर करती है, जिससे विशिष्ट कंटेनरों को स्क्रॉल करने योग्य रहने की अनुमति मिलती है जबकि बाकी डॉक्यूमेंट बॉडी फ्रीज रहती है।
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.