mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-04 21:53:25 +01:00
22 lines
203 B
CSS
22 lines
203 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#container {
|
|
position: relative;
|
|
}
|
|
|
|
#container, svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
svg, #controls {
|
|
position: absolute;
|
|
}
|
|
|
|
input[type=range] {
|
|
width: 100%;
|
|
}
|