Skip to content

Commit

Permalink
Fix tippy UI glitch on share pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Jun 24, 2024
1 parent 672cfb6 commit 17be027
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/web-pkg/src/components/FilesList/ResourceTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1179,10 +1179,7 @@ export default defineComponent({
}
&-people {
position: absolute;
right: var(--oc-space-xsmall);
top: 50%;
transform: translateY(-50%);
margin-right: -5px;
}
&-actions {
Expand Down

0 comments on commit 17be027

Please sign in to comment.