Files
Buffteks-Website/streamlit-venv/lib/python3.10/site-packages/pydeck/io/templates/style.j2
2025-01-10 21:40:35 +00:00

16 lines
202 B
Django/Jinja
Executable File

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'}};
}