diff --git a/gradle/changelog/feedback_overlaps_warp_menu.yaml b/gradle/changelog/feedback_overlaps_warp_menu.yaml new file mode 100644 index 0000000000..65de1ace40 --- /dev/null +++ b/gradle/changelog/feedback_overlaps_warp_menu.yaml @@ -0,0 +1,2 @@ +- type: changed + description: feedback button should not mask warp menu in when SCM-Manager is used as a dogu in Cloudogu EcoSystem ([#2051](https://github.com/scm-manager/scm-manager/pull/2062)) diff --git a/scm-ui/ui-webapp/src/containers/App.tsx b/scm-ui/ui-webapp/src/containers/App.tsx index 13ea69d7a3..d7e8c1106b 100644 --- a/scm-ui/ui-webapp/src/containers/App.tsx +++ b/scm-ui/ui-webapp/src/containers/App.tsx @@ -66,11 +66,11 @@ const App: FC = () => { return ( - {isAuthenticated ? : null}
{content}
+ {isAuthenticated ? : null}