//
// Fullscreen
// --------------------------------------------------

.fullscreen {
  width: 100%;
  overflow-y: auto;
  height: 100%;
  padding: 40px;
  z-index: $zindex-fullscreen;

  @include themes(background-color, body-bg);
}
