mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-27 09:50:01 +01:00
Fixed a z-index issue with editor fullscreen #1302
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user