New study screen [Official thread]

@amralsaleeh @Pistos

Try adding this to the styling:

.card {
  ...
  position: absolute;
  width: 90%;
  height: 90%;
  display: -webkit-box;
  -webkit-box-align: stretch;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
}

Source