-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5056 from owncloud/fix-new-file-menu-z-index
Fix z-index on the new file menu
- Loading branch information
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,6 +145,7 @@ export default { | |
#files-view { | ||
grid-area: main; | ||
z-index: 0; | ||
} | ||
#files-upload-progress { | ||
|