Spaces:
Sleeping
Sleeping
Gallinator commited on
Styles: add root IFrame style
Browse files
app/static/css/styles.css
CHANGED
|
@@ -5,6 +5,13 @@ html {
|
|
| 5 |
margin: 0;
|
| 6 |
}
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
.polygon-draw {
|
| 9 |
align-items: center;
|
| 10 |
width: auto;
|
|
|
|
| 5 |
margin: 0;
|
| 6 |
}
|
| 7 |
|
| 8 |
+
.root-frame{
|
| 9 |
+
width: 100vw;
|
| 10 |
+
height: 100vh;
|
| 11 |
+
border: none;
|
| 12 |
+
display: block;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
.polygon-draw {
|
| 16 |
align-items: center;
|
| 17 |
width: auto;
|