
/* BLACKSAW2081 LAB v2.8.88
   Tylko usunięcie poziomego szwu podczas animacji przesuwania. */

#board.shift-in-progress,
.board.shift-in-progress{
  /* "fixed" rozcinało renderowaną warstwę tła podczas animacji. */
  background-attachment:scroll !important;
  background-position:0 0 !important;
}

/* Tymczasowe warstwy korzystają z tego samego, stabilnego sposobu renderowania. */
.shift-strip-overlay,
.shift-incoming-overlay,
.shift-entities-overlay{
  background-attachment:scroll !important;
}
