mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Merge pull request #6454 from lasniscinote/gl_SCI_9518
Fix Report table bottom toolbar moving [SCI-9518]
This commit is contained in:
commit
74c9993c8a
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue