taskana/web/src/app/history/task-history-query/task-history-query.componen...

14 lines
202 B
SCSS

.task-history-query {
height: calc(100vh - 56px);
width: auto;
overflow-x: scroll;
overflow-y: auto;
&__pagination-wrapper {
position: absolute;
bottom: 16px;
width: 100%;
}
}