Skip to content

Commit

Permalink
Merge pull request #5056 from owncloud/fix-new-file-menu-z-index
Browse files Browse the repository at this point in the history
Fix z-index on the new file menu
  • Loading branch information
kulmann authored May 4, 2021
2 parents 5d2fdef + 3a6ad94 commit a0a9d98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-new-file-menu-z-index
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Fix z-index on the new file menu

Added a z-index to files-view because it prevented the new file menu from having a higher z-index
than the table headers. As a result the new file menu was being overlapped by them.

https://github.com/owncloud/web/pull/5056
1 change: 1 addition & 0 deletions packages/web-app-files/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default {
#files-view {
grid-area: main;
z-index: 0;
}
#files-upload-progress {
Expand Down

0 comments on commit a0a9d98

Please sign in to comment.