Sticky

by Gabriel Correa

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<div data-spy="affix" data-offset-top="300">
    Affixed Div
</div>

CSS

body {
    height:2000px;
    overflow:scroll;
}

div {    
    height:200px;
    width:200px;
    color:#fff;
    background-color:blue;
}

.affix-top {
    /* Initial items */
}

.affix {
    top:50px;
    right:0;
    position:fixed;
}