Fix bottom toolbar for reports [SCI-9518]

This commit is contained in:
Anton 2023-10-19 10:16:09 +02:00
parent f83f5a8b58
commit 4122876a90
2 changed files with 4 additions and 3 deletions

View file

@ -22,6 +22,7 @@
.reports-datatable {
--content-header-size: 3.5rem;
height: calc(100vh - var(--top-navigation-height) - var(--breadcrumbs-navigation-height) - var(--content-header-size));
#reports-table_wrapper {
display: flex;
@ -37,10 +38,10 @@
#reports-table_filter {
margin-left: auto;
}
.dataTables_filter {
display: none;
}
}
}
.dataTables_scroll {

View file

@ -1,6 +1,6 @@
<template>
<div v-if="!paramsAreBlank"
class="sn-action-toolbar p-4 w-full absolute rounded-t-md"
class="sn-action-toolbar p-4 w-full fixed bottom-0 rounded-t-md"
:class="{ 'sn-action-toolbar--button-overflow': buttonOverflow }"
:style="`width: ${width}px; bottom: ${bottomOffset}px; transform: translateX(${leftOffset}px)`">
<div class="sn-action-toolbar__actions flex gap-4">