sticky form look blurred code example
Example: sticky form look blurred
.sticky-panel {
position: sticky;
z-index: 3;
width: 100%;
margin-top: auto;
bottom: -1px;
top: 0px; // <-- set number of pixels for top
height: 100px; // or set number of pixels for height
}