Fixed a z-index issue with editor fullscreen #1302

This commit is contained in:
Andy Miller
2018-01-04 12:21:14 -07:00
parent bcef3f2e4a
commit c697fa1936
4 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
# v1.7.0-rc.1
## mm/dd/2017
1. [](#bugfix)
* Fixed a z-index issue with fullscreen editor [#1302](https://github.com/getgrav/grav-plugin-admin/issues/1302)
# v1.7.0-beta.1
## mm/dd/2017

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -704,7 +704,7 @@ body.sidebar-quickopen #admin-main {
position: relative;
overflow-y: hidden;
height: calc(100vh - #{$topbar-height});
z-index: 0;
//z-index: 0;
.gm-scrollbar.-vertical {
right: 5px;