mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 08:23:55 +00:00
8b84963e17
merge with automation service
22 lines
286 B
SCSS
22 lines
286 B
SCSS
.corner {
|
|
position: absolute;
|
|
top: 1rem;
|
|
right: 2rem;
|
|
z-index: 100;
|
|
}
|
|
|
|
.contentWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.content {
|
|
margin: 1rem;
|
|
overflow-y: auto;
|
|
flex-grow: 1;
|
|
padding-bottom: 300px;
|
|
}
|