Skip to content

Commit

Permalink
Fix edit link view
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Nov 23, 2020
1 parent a32cdff commit 445f52e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FileLinkSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
leave-active-class="uk-animation-slide-right uk-animation-reverse uk-animation-fast"
name="custom-classes-transition"
>
<div class="uk-position-cover oc-default-background">
<div class="oc-default-background">
<edit-public-link :params="params" @close="$_showList()" />
</div>
</transition>
Expand Down
5 changes: 5 additions & 0 deletions changelog/unreleased/fix-edit-link-view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Fix edit public link view

We've fixed the issue that edit public link view in the sidebar was overlapping with the versions accordion.

https://github.com/owncloud/phoenix/pull/4374

0 comments on commit 445f52e

Please sign in to comment.