view Applications/Samples/Web/samples-styles.css @ 1274:ae157e5d8b62 bugs/2020-02-invisible-slice

VC2008 fix
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 04 Feb 2020 12:29:30 +0100
parents 8bf717c4e497
children
line wrap: on
line source

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  border: 0;
  overflow: hidden; /*  Disable scrollbars */
  display: block;  /* No floating content on sides */
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

canvas {
  left:0px;
  top:0px;
}