Skip to content

Commit

Permalink
Merge 7c8ebb4 into 318f115
Browse files Browse the repository at this point in the history
  • Loading branch information
backportbot-nextcloud[bot] authored Apr 15, 2020
2 parents 318f115 + 7c8ebb4 commit f83b875
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js/viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer.js.map

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -703,13 +703,14 @@ export default {
width 100ms ease;
}
// Override vue componets scss
#app-sidebar.app-sidebar--full {
position: fixed;
top: 0;
height: 100%;
z-index: 2025;
position: fixed !important;
top: 0 !important;
height: 100% !important;
z-index: 2025 !important;
.thumbnailContainer {
display: none;
display: none !important;
}
}
Expand Down

0 comments on commit f83b875

Please sign in to comment.