# bz-sticky **Repository Path**: mirrors_esvit/bz-sticky ## Basic Information - **Project Name**: bz-sticky - **Description**: Directive for sticky elements (AngularJS) - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README bzSticky ======== Code licensed under New BSD License. ## Installing via Bower ``` bower install bz-sticky ``` ## Usage ```html
``` ```css .bz-sticky { position: fixed; top: 0; } ```