diff --git a/web/components/ui/Content/ActionButtons.tsx b/web/components/ui/Content/ActionButtons.tsx index 4db19feeb..eb1df95bb 100644 --- a/web/components/ui/Content/ActionButtons.tsx +++ b/web/components/ui/Content/ActionButtons.tsx @@ -49,7 +49,7 @@ const ActionButtons: FC = ({ )); return ( - <> +
{externalActionButtons} @@ -82,7 +82,7 @@ const ActionButtons: FC = ({ /> )}
- +
); }; diff --git a/web/components/ui/Content/Content.module.scss b/web/components/ui/Content/Content.module.scss index 542fa31cf..0ad44bf1b 100644 --- a/web/components/ui/Content/Content.module.scss +++ b/web/components/ui/Content/Content.module.scss @@ -58,6 +58,13 @@ color: var(--theme-color-palette-4); } +.actionButtonsContainer { + display: flex; + height: 100%; + width: 100%; + position: relative; +} + .mobileActionButtons { display: none;