.is-sticky {
  position: fixed;
  top: 0;
  z-index: 800;
  width: 100%;
  max-width: inherit;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
/*it is a workaround for the html2canvas to fix the extra padding it adds*/
body > div:last-child > span + img {
  display: inline !important;
}
