This commit is contained in:
Andy Miller
2021-01-20 11:26:57 -07:00
parent 1199b6f5cd
commit 41305c9d34
4 changed files with 600 additions and 429 deletions

View File

@@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -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;