/**
 * Additional styles for the embedded Piskel editor
 */

html,
body {
  font-family: Helvetica;
  margin: 0;
  height: 100%;
  overflow-y: hidden;
  background-color: black;
  display: flex;
  flex-direction: column;
}

#piskel-frame {
  flex: 1;
  border: none;
  overflow-y: hidden;
}
