default scroll to smooth in javascript code example
Example 1: how to not have the scroll bar drawn in scroll view android studii
android:scrollbars="none"
Example 2: fixed header on scroll vuejs
<script src="//unpkg.com/vue@latest/dist/vue.js"></script>
<div id="app">
<div class="spacer">Welcome</div>
<div class="a-box"></div>
<sticky-top top="20" :scroll-y="scrollY"></sticky-top>
<div class="a-box"></div>
</div>