Files
ontime/apps/client/src/features/app-settings/panel-content/PanelContent.module.scss
T
Carlos Valente 8b84963e17 feat: automation UI
merge with automation service
2025-01-24 13:53:17 +01:00

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;
}