11 lines
151 B
CSS
11 lines
151 B
CSS
html,body,#sigma-container {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#sigma-container {
|
|
width: 100%;
|
|
height: 100vh;
|
|
background: #f7f7f7;
|
|
}
|
|
|