mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
22 lines
262 B
SCSS
22 lines
262 B
SCSS
.corner {
|
|
position: absolute;
|
|
top: 1rem;
|
|
right: 1rem;
|
|
z-index: 100;
|
|
}
|
|
|
|
.contentWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
}
|
|
|
|
.content {
|
|
margin: 1rem;
|
|
overflow-y: auto;
|
|
flex-grow: 1;
|
|
}
|