Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/pydeck/io/templates/style.j2

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#deck-container {
  width: 100vw;
  height: 100vh;
}

#deck-container canvas {
  z-index: 1;
  background: {{css_background_color or 'none'}};
}
Back to Directory File Manager