.fixed-bottom {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;

  width: 100vw !important;
  max-width: 100vw !important;

  z-index: 2147483647 !important;
  transform: none !important;
}