mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 07:53:54 +00:00
17a7d035bf
fix: close modal with button refactor: small type improvements refactor: migrate time inputs refactor: migrate tooltips refactor: prevent component resizing
22 lines
296 B
SCSS
22 lines
296 B
SCSS
.corner {
|
|
position: fixed;
|
|
top: 6rem;
|
|
right: 4rem;
|
|
z-index: $zindex-floating;
|
|
}
|
|
|
|
.contentWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.content {
|
|
margin: 1rem;
|
|
overflow-y: auto;
|
|
flex-grow: 1;
|
|
padding-bottom: 300px;
|
|
}
|