bugfix: Bump up the z-index on the app-wrapper (#17010)

This prevents context-menus from displaying behind the sidbar.

Fixes #16305
This commit is contained in:
Chris Davies 2018-03-08 11:18:28 -05:00 committed by GitHub
parent 6dd3a08146
commit def393c538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ body { overflow-x: hidden; }
top: 0;
right: 0;
bottom: 0;
z-index: 1;
z-index: 5;
margin: 0 auto;
background-color: #fff;