mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 19:17:07 +02:00
Fixes #2022
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# v1.10.1
|
||||
## 01/20/2021
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fixed issue with overlapping sidebar when using fullscreen editor [#2022](https://github.com/getgrav/grav-plugin-admin/issues/2022)
|
||||
|
||||
# v1.10.0
|
||||
## 01/19/2021
|
||||
|
||||
|
||||
4
themes/grav/css-compiled/template.css
vendored
4
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
1016
themes/grav/package-lock.json
generated
1016
themes/grav/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -165,7 +165,7 @@ $content-padding: 1.5rem;
|
||||
width: 100%;
|
||||
max-height: 100vh;
|
||||
opacity: 0;
|
||||
z-index: 3;
|
||||
z-index: 0;
|
||||
//transition: opacity 0.2s 0s, visibility 0s 0.2s;
|
||||
|
||||
#open-handle {
|
||||
@@ -530,6 +530,7 @@ body.sidebar-quickopen #admin-main {
|
||||
}
|
||||
|
||||
#admin-main {
|
||||
z-index: 1;
|
||||
|
||||
@include breakpoint(tablet-plus) {
|
||||
margin-left: $sidebar-width-small;
|
||||
|
||||
Reference in New Issue
Block a user