7 lines
124 B
SCSS
7 lines
124 B
SCSS
.app-container {
|
|
width: 100%;
|
|
height: calc(100vh - 64px);
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
} |