Skip to content

Commit

Permalink
Merge pull request #2221 from nextcloud/bugfix/2190
Browse files Browse the repository at this point in the history
Fix viewer styling to adjust to upstream viewer changes
  • Loading branch information
juliusknorr authored May 17, 2022
2 parents 00551c7 + 11a2d82 commit 3eae49a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/view/Office.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,11 @@ export default {
flex-direction: column;
background-color: var(--color-main-background);
transition: opacity .25s;

.viewer & {
height: 100vh;
top: -50px;
}
}

iframe {
Expand Down

0 comments on commit 3eae49a

Please sign in to comment.