11 lines
171 B
SCSS
11 lines
171 B
SCSS
div.app-root {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
overflow: hidden;
|
|
|
|
div.app-root-space {
|
|
height: 100%;
|
|
display: flex;
|
|
}
|
|
} |