Css Stick components at the bottom

Tested with a hint component named “hint-end”.

.hint-end {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
}
2 Likes