Skip to content

Commit

Permalink
Fixed a z-index issue with editor fullscreen #1302
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jan 4, 2018
1 parent bcef3f2 commit c697fa1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion themes/grav/css-compiled/template.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/grav/css-compiled/template.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/grav/scss/template/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c697fa1

Please sign in to comment.