set body height 100% to run with egui #1642

This commit is contained in:
Stanislav 2022-05-20 16:16:39 +03:00
parent 9ff285409d
commit c29e9c0c61

View file

@ -16,12 +16,14 @@
html {
/* Remove touch delay: */
touch-action: manipulation;
height: 100%;
}
body {
/* Light mode background color for what is not covered by the egui canvas,
or where the egui canvas is translucent. */
background: #909090;
height:100%;
}
@media (prefers-color-scheme: dark) {