Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #sticky #form #blurred
ADD COMMENT
Topic
Name
1+2 =