Files
ontime/apps/client/src/features/app-settings/panel-content/PanelContent.module.scss
T
2026-02-23 20:20:07 +01:00

23 lines
315 B
SCSS

.corner {
position: fixed;
top: 6rem;
right: 4rem;
z-index: $zindex-floating;
}
.contentWrapper {
display: flex;
flex-direction: column;
height: 100%;
flex: 1 1 auto;
min-width: 0;
position: relative;
}
.content {
margin: 1rem;
overflow-y: auto;
flex-grow: 1;
padding-bottom: 300px;
}