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
335 B
19 lines
335 B
@import 'styles/variables.scss';
|
|
|
|
.content {
|
|
position: relative;
|
|
width: 70%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
overflow-y: auto;
|
|
background: var(--lightBackground);
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.titleBar {
|
|
height: 20px;
|
|
width: 100%;
|
|
position: absolute;
|
|
-webkit-user-select: none;
|
|
-webkit-app-region: drag;
|
|
}
|
|
|