16 lines
216 B
SCSS
16 lines
216 B
SCSS
@import '~mdb-ui-kit/src/scss/mdb.free';
|
|
|
|
#body {
|
|
width: 80vw;
|
|
}
|
|
|
|
.sidebar {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
overflow: auto;
|
|
transition: all .3s ease-in;
|
|
width: 20vw;
|
|
height: 100%;
|
|
z-index: 7;
|
|
}
|