Merge pull request #6454 from lasniscinote/gl_SCI_9518

Fix Report table bottom toolbar moving [SCI-9518]
This commit is contained in:
Martin Artnik 2023-10-16 12:11:13 +02:00 committed by GitHub
commit 74c9993c8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<template>
<div v-if="!paramsAreBlank"
class="sn-action-toolbar p-4 w-full fixed bottom-0 rounded-t-md"
class="sn-action-toolbar p-4 w-full absolute 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">