You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
226 B

body,
html {
margin: 0;
padding:0px;
box-sizing: border-box;
}
.app {
display: flex;
background-color: var(--main-bg-color);
}
.context {
flex: 1;
height: 100vh;
position: relative;
overflow: hidden;
}